]> git.sesse.net Git - kdenlive/blobdiff - src/wizard.h
Various fixes to improve general stability in Qt 4.5.2
[kdenlive] / src / wizard.h
index b376632875fecace74bcf5b3d0936df8934b5fc3..633ba299eb2469996be7228b44074ce085f94c44 100644 (file)
@@ -48,7 +48,7 @@ public:
                 painter->setPen(option.palette.color(QPalette::HighlightedText));
                 QColor backgroundColor = option.palette.color(QPalette::Highlight);
                 painter->setBrush(QBrush(backgroundColor));
-                painter->fillRect(r1, QBrush(backgroundColor));
+                painter->fillRect(r1, backgroundColor);
             }
             QFont font = painter->font();
             font.setBold(true);