mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-02 05:55:38 +00:00
* Inset: Dispatch FuncRequest.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29174 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5c2f819adc
commit
07c4880fea
@ -226,6 +226,7 @@ void Inset::doDispatch(Cursor & cur, FuncRequest &cmd)
|
|||||||
break;
|
break;
|
||||||
case LFUN_INSET_SETTINGS:
|
case LFUN_INSET_SETTINGS:
|
||||||
showInsetDialog(&cur.bv());
|
showInsetDialog(&cur.bv());
|
||||||
|
cur.dispatched();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
cur.noUpdate();
|
cur.noUpdate();
|
||||||
|
Loading…
Reference in New Issue
Block a user