]> git.lyx.org Git - features.git/commitdiff
revert 23068 as this was causing a recursive repaint.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 20 Feb 2008 13:32:03 +0000 (13:32 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 20 Feb 2008 13:32:03 +0000 (13:32 +0000)
Warning for the future: *no* painting activity should happen inside a paint event.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23071 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.cpp

index 50d7f086f30707ac4727a785666ce24393831712..c8c3b3501e9367614fecb0744b2dd41140bce50e 100644 (file)
@@ -1374,7 +1374,6 @@ void BufferView::resize(int width, int height)
                updateScrollbar();
                showCursor();
        }
-       processUpdateFlags(Update::Force | Update::FitCursor);
 }