Update cursor and scrollbar after resize.

Fixes bug 4044.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23068 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-02-19 21:27:18 +00:00
parent 7144d5b382
commit 1ab314f8e6

View File

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