* 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:
Vincent van Ravesteijn 2009-04-10 00:13:20 +00:00
parent 5c2f819adc
commit 07c4880fea

View File

@ -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();