]> git.lyx.org Git - lyx.git/commitdiff
* BufferView::resize() Remove showCursor() call when resizing.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 21 Feb 2008 09:23:01 +0000 (09:23 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 21 Feb 2008 09:23:01 +0000 (09:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23085 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferView.cpp

index 39a4272f509f475109349bcd389a1dd36c5927b2..9abb3d7d1f4a86f2f1d18dbfaa45a946d7149117 100644 (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();
 }