]> git.lyx.org Git - features.git/commit
Update previews when going to a bookmark (#6173)
authorScott Kostyshak <skostysh@lyx.org>
Wed, 22 Apr 2015 01:11:17 +0000 (21:11 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sun, 26 Apr 2015 00:01:39 +0000 (20:01 -0400)
commitae14d8fe343ea3df5e56f9b5f1065aa94a9ee3da
tree67c37b947fd1d2cf74a934a4c5a038f1bdf712ef
parent72838f24b9fc9e2dd4b73cabc4225180c8973b42
Update previews when going to a bookmark (#6173)

Note that I move the definition of cur up because we need to check if
it changed before the return. I also removed the const because
notifyCursorLeavesOrEnters() requires that.

This commit probably fixes other issues for any inset that defines
notifyCursorLeaves().

This fixes only part of #6173.
src/frontends/qt4/GuiApplication.cpp