revert 23068 as this was causing a recursive repaint.

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
This commit is contained in:
Abdelrazak Younes 2008-02-20 13:32:03 +00:00
parent 860547ef1c
commit 3d3a55386d

View File

@ -1374,7 +1374,6 @@ void BufferView::resize(int width, int height)
updateScrollbar();
showCursor();
}
processUpdateFlags(Update::Force | Update::FitCursor);
}