]> git.lyx.org Git - features.git/commit
Preview and math now update on screen-up (#6173)
authorScott Kostyshak <skostysh@lyx.org>
Sun, 19 Apr 2015 00:31:18 +0000 (20:31 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 21 Apr 2015 06:40:18 +0000 (02:40 -0400)
commitcf4f79f884fd660887b3827314657dcc797e2916
tree7f1137be70bf7b646cf470e1f52625f847a7ed5d
parent72362a37a2f7fb2371b1b8620090439499bd98ad
Preview and math now update on screen-up (#6173)

When editing a preview inset, or math, when we leave the inset, we
should update the preview. This update now happens for screen-up and
screen-down (commonly bound to Page Up and Page Down).

Note that this is only relevant if preview is turned on in
preferences.

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

This fixes only part of #6173.
src/BufferView.cpp