mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +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;
|
||||
case LFUN_INSET_SETTINGS:
|
||||
showInsetDialog(&cur.bv());
|
||||
cur.dispatched();
|
||||
break;
|
||||
default:
|
||||
cur.noUpdate();
|
||||
|
Loading…
Reference in New Issue
Block a user