]> git.lyx.org Git - features.git/commitdiff
Fix inverse DVI search as reported on the french list.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 22 Jan 2007 15:00:33 +0000 (15:00 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 22 Jan 2007 15:00:33 +0000 (15:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16811 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxfunc.C

index 7bc580d7e7f633961509e0250f74c665b9be1d43..012ea03fe318809a3b9b7418d53704da151bf4d5 100644 (file)
@@ -1237,8 +1237,7 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
 
                        view()->setCursorFromRow(row);
 
-                       view()->center();
-                       // see BufferView::center()
+                       updateFlags = Update::FitCursor;
                        break;
                }