mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
use owner instead of owner->view()->owner
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15031 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1a786c8e17
commit
2b0a849d36
@ -1611,7 +1611,7 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
|
||||
view()->buffer()->markDirty();
|
||||
|
||||
if (view()->cursor().inTexted()) {
|
||||
view()->owner()->updateLayoutChoice();
|
||||
owner->updateLayoutChoice();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user