mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
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:
parent
ae74ac9d4c
commit
6a09f5205c
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user