]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiWorkArea.C
My six month cleanup crusade is now paying off: LyX has now multiple windows support!
[features.git] / src / frontends / qt4 / GuiWorkArea.C
index d8d66ea0dad5f6386d5dbcaaf9079043b87894c1..a01f8ecbea63e7ee75e434594c2d67bd9ccb2df9 100644 (file)
@@ -424,7 +424,7 @@ void GuiWorkArea::resizeEvent(QResizeEvent *)
 
 void GuiWorkArea::update(int x, int y, int w, int h)
 {
-       viewport()->update(x, y, w, h);
+       viewport()->repaint(x, y, w, h);
 }