View | Details | Raw Unified | Return to bug 217079
Collapse All | Expand All

(-)files/patch-src_ColorScheme.cpp (+11 lines)
Line 0 Link Here
1
--- src/ColorScheme.cpp.orig	2017-01-12 05:40:22 UTC
2
+++ src/ColorScheme.cpp
3
@@ -406,7 +406,7 @@ bool ColorSchemeWallpaper::draw(QPainter
4
     if (!_picture || _picture->isNull())
5
         return false;
6
 
7
-    if (qFuzzyCompare(1.0, opacity)) {
8
+    if (qFuzzyCompare(qreal(1.0), opacity)) {
9
         painter.drawTiledPixmap(rect, *_picture, rect.topLeft());
10
         return true;
11
     }

Return to bug 217079