mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Remove unnecessary blank newline in last commit.
This commit is contained in:
@@ -112,7 +112,6 @@ void EditDialog::loadText(const QByteArray& data, int row, int col)
|
||||
case Text:
|
||||
// If in text editor mode, select all of the text by default
|
||||
if (editMode == 0) {
|
||||
|
||||
ui->editorText->selectAll();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user