mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Don't allow editing the SQL preview in the Edit Index dialog
Don't allow the user to edit the SQL preview in the Edit Index dialog because it's just supposed to be a preview.
This commit is contained in:
@@ -16,6 +16,7 @@ EditIndexDialog::EditIndexDialog(DBBrowserDB& db, const sqlb::ObjectIdentifier&
|
||||
{
|
||||
// Create UI
|
||||
ui->setupUi(this);
|
||||
ui->sqlTextEdit->setReadOnly(true);
|
||||
|
||||
// Get list of tables, sort it alphabetically and fill the combobox
|
||||
QMap<QString, sqlb::ObjectIdentifier> dbobjs; // Map from display name to full object identifier
|
||||
|
||||
Reference in New Issue
Block a user