Remove unnecessary blank newline in last commit.

This commit is contained in:
Justin Clift
2016-08-06 23:38:34 +01:00
parent 34a248aea8
commit ced6b57bd8

View File

@@ -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();
}