mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
* restart cursor not only after mouse- and keyboard events, but also after those from the toolbar, menus, etc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23648 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f9da705539
commit
9d2654311a
@ -1717,6 +1717,9 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
|
||||
|
||||
// Do we have a selection?
|
||||
theSelection().haveSelection(view()->cursor().selection());
|
||||
|
||||
// update gui
|
||||
lyx_view_->restartCursor();
|
||||
}
|
||||
}
|
||||
if (lyx_view_) {
|
||||
|
Loading…
Reference in New Issue
Block a user