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

see r34391.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34568 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-06-01 07:47:52 +00:00
parent ae74ac9d4c
commit 6a09f5205c
2 changed files with 3 additions and 1 deletions

View File

@ -1671,7 +1671,7 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
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);
updateFlags = Update::FitCursor;
updateFlags = Update::Force | Update::FitCursor;
break;
case LFUN_BOOKMARK_CLEAR:

View File

@ -101,6 +101,8 @@ What's new
elsart.layout (bug 3930). (Note: elsart.layout is obsolete, please
use elsarticle.layout instead).
- Clear an existing selection when using "Navigate Back" (bug 6686).
* USER INTERFACE