mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
860547ef1c
commit
3d3a55386d
@ -1374,7 +1374,6 @@ void BufferView::resize(int width, int height)
|
||||
updateScrollbar();
|
||||
showCursor();
|
||||
}
|
||||
processUpdateFlags(Update::Force | Update::FitCursor);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user