Author: vfr
Date: Tue Jun 1 09:47:52 2010
New Revision: 34568
URL: http://www.lyx.org/trac/changeset/34568
Log:
branch: Fix bug #6686: Navigate back does not trigger a repaint.
see r34391.
Modified:
lyx-devel/branches/BRANCH_1_6_X/src/LyXFunc.cpp
lyx-devel/branches/BRANCH_1_6_X/status.16x
Modified: lyx-devel/branches/BRANCH_1_6_X/src/LyXFunc.cpp
==============================================================================
--- lyx-devel/branches/BRANCH_1_6_X/src/LyXFunc.cpp Tue Jun 1 09:33:08
2010 (r34567)
+++ lyx-devel/branches/BRANCH_1_6_X/src/LyXFunc.cpp Tue Jun 1 09:47:52
2010 (r34568)
@@ -1671,7 +1671,7 @@
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:
Modified: lyx-devel/branches/BRANCH_1_6_X/status.16x
==============================================================================
--- lyx-devel/branches/BRANCH_1_6_X/status.16x Tue Jun 1 09:33:08 2010
(r34567)
+++ lyx-devel/branches/BRANCH_1_6_X/status.16x Tue Jun 1 09:47:52 2010
(r34568)
@@ -101,6 +101,8 @@
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