Fix bug #6686: Navigate back does not trigger a repaint

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34391 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-05-10 11:02:45 +00:00
parent 08f2841940
commit c6b08b9077

View File

@ -1557,7 +1557,7 @@ void GuiApplication::dispatch(FuncRequest const & cmd, DispatchResult & dr)
case LFUN_BOOKMARK_GOTO:
// go to bookmark, open unopened file and switch to buffer if necessary
gotoBookmark(convert<unsigned int>(to_utf8(cmd.argument())), true, true);
dr.update(Update::FitCursor);
dr.update(Update::Force | Update::FitCursor);
break;
case LFUN_BOOKMARK_CLEAR: