GUI: Fix mistake in cherry-picking
The cherry-pick lost the deletion of a line of code.
This commit is contained in:
@@ -1360,7 +1360,6 @@ void PropertyListEditor::highlightCurrentLine()
|
||||
selection.format.setBackground(palette.highlight().color());
|
||||
selection.format.setForeground(palette.highlightedText().color());
|
||||
|
||||
selection.format.setBackground(lineColor);
|
||||
selection.format.setProperty(QTextFormat::FullWidthSelection, true);
|
||||
selection.cursor = textCursor();
|
||||
selection.cursor.clearSelection();
|
||||
|
||||
Reference in New Issue
Block a user