GUI: Fix mistake in cherry-picking

The cherry-pick lost the deletion of a line of code.
This commit is contained in:
Chris Hennes
2024-09-20 09:17:12 -05:00
parent 580e7879d4
commit 24f67f2d87
-1
View File
@@ -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();