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