From 3d3a55386d852a1bd2102a8f7372f30853c2740a Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Wed, 20 Feb 2008 13:32:03 +0000 Subject: [PATCH] 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 --- src/BufferView.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BufferView.cpp b/src/BufferView.cpp index 50d7f086f3..c8c3b3501e 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -1374,7 +1374,6 @@ void BufferView::resize(int width, int height) updateScrollbar(); showCursor(); } - processUpdateFlags(Update::Force | Update::FitCursor); } -- 2.39.5