git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2006-10-21 Nikolas Zimmermann <zimmermann@kde.org>
[WebKit-https.git]
/
WebCore
/
platform
/
qt
/
ScrollViewCanvasQt.cpp
diff --git
a/WebCore/platform/qt/ScrollViewCanvasQt.cpp
b/WebCore/platform/qt/ScrollViewCanvasQt.cpp
index d8899d2155cabf8d310c5903d8b598d8995b7ed2..01c74712358415ec3e3068d318668db189d4a0a2 100644
(file)
--- a/
WebCore/platform/qt/ScrollViewCanvasQt.cpp
+++ b/
WebCore/platform/qt/ScrollViewCanvasQt.cpp
@@
-67,6
+67,8
@@
void ScrollViewCanvasQt::paintEvent(QPaintEvent* ev)
QPainter p(this);
GraphicsContext ctx(&p);
+
+ fv->layout();
fv->frame()->paint(&ctx, clip);
}