FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

editdialog: Set focus to text edit after clearing · sqlitebrowser/sqlitebrowser@50c0340 · GitHub

Commit 50c0340

Browse files
committed
editdialog: Set focus to text edit after clearing
1 parent abc3ae1 commit 50c0340

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎src/EditDialog.cpp‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ void EditDialog::clearData()
119119
ui->editorImage->clear();
120120
hexEdit->setData(QByteArray());
121121
checkDataType();
122+
ui->editorText->setFocus();
122123
}
123124

124125
void EditDialog::accept()

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL