mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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.
This commit is contained in:
parent
72362a37a2
commit
cf4f79f884
@ -1748,6 +1748,8 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
||||
Cursor old = cur;
|
||||
bool const in_texted = cur.inTexted();
|
||||
cur.setCursor(doc_iterator_begin(cur.buffer()));
|
||||
if (cur != old)
|
||||
notifyCursorLeavesOrEnters(old, cur);
|
||||
cur.selHandle(false);
|
||||
buffer_.changed(true);
|
||||
updateHoveredInset();
|
||||
|
Loading…
Reference in New Issue
Block a user