KDE/kdelibs/khtml/html

View: New views
1 Messages — Rating Filter:   Alert me  

KDE/kdelibs/khtml/html

by Bugzilla from guy-kde@maurel.de :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

SVN commit 1043939 by guymaurel:

complete with parentheses at line 1186


 M  +2 -2      html_canvasimpl.cpp  


--- trunk/KDE/kdelibs/khtml/html/html_canvasimpl.cpp #1043938:1043939
@@ -1186,8 +1186,8 @@
                         .adjusted(-offset, -offset, offset, offset) &
                         clipRect.adjusted(-offset, -offset, offset, offset);
 
-    const QRect shapeRect = QRect(shapeBounds & clipRect) | shadowRect
-                        .translated(-shadowOffsetX(), -shadowOffsetY()) & shapeBounds;
+    const QRect shapeRect = QRect(shapeBounds & clipRect) |
+                        (shadowRect.translated(-shadowOffsetX(), -shadowOffsetY()) & shapeBounds);
 
     if (!shapeRect.isValid())
         return;
_______________________________________________
Khtml-cvs mailing list
Khtml-cvs@...
https://mail.kde.org/mailman/listinfo/khtml-cvs