diff --git a/src/Gui/Widgets.cpp b/src/Gui/Widgets.cpp index 77c8c5ec7a..e3b618a0c6 100644 --- a/src/Gui/Widgets.cpp +++ b/src/Gui/Widgets.cpp @@ -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();