* BufferView::resize() Remove showCursor() call when resizing.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23085 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-02-21 09:23:01 +00:00
parent 9d40f89b58
commit f27c3fde43

View File

@ -1365,8 +1365,6 @@ void BufferView::resize(int width, int height)
d->par_height_.clear();
// Redo the metrics.
updateMetrics();
// Make sure the current cursor is visible.
showCursor();
}