mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Clicking OK in the Edit Dock shouldn't close it
This commit is contained in:
@@ -154,7 +154,6 @@ void EditDialog::accept()
|
||||
bool isBlob = dataType == tr("Binary") || !ui->comboEditor->isVisible();
|
||||
emit updateRecordText(curRow, curCol, isBlob, hexEdit->data());
|
||||
}
|
||||
emit goingAway();
|
||||
}
|
||||
|
||||
void EditDialog::editTextChanged()
|
||||
|
||||
Reference in New Issue
Block a user