mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
editdialog: Set focus to text edit after clearing
This commit is contained in:
@@ -119,6 +119,7 @@ void EditDialog::clearData()
|
||||
ui->editorImage->clear();
|
||||
hexEdit->setData(QByteArray());
|
||||
checkDataType();
|
||||
ui->editorText->setFocus();
|
||||
}
|
||||
|
||||
void EditDialog::accept()
|
||||
|
||||
Reference in New Issue
Block a user