mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 08:44:01 +00:00
ensure that theLyXFunc is set to the proper LyXView.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15310 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6b256d52c4
commit
eedd7bd25f
@ -260,6 +260,8 @@ void WorkArea::dispatch(FuncRequest const & cmd0)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
theLyXFunc().setLyXView(&lyx_view_);
|
||||||
|
|
||||||
buffer_view_->workAreaDispatch(cmd0);
|
buffer_view_->workAreaDispatch(cmd0);
|
||||||
|
|
||||||
// Skip these when selecting
|
// Skip these when selecting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user