From: Vincent van Ravesteijn Date: Fri, 10 Apr 2009 00:13:20 +0000 (+0000) Subject: * Inset: Dispatch FuncRequest. X-Git-Tag: 2.0.0~6883 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=07c4880feab1395af2c3db9a26d8e2292789be16;p=features.git * Inset: Dispatch FuncRequest. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29174 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/Inset.cpp b/src/insets/Inset.cpp index ae91223d0a..9ebf4f8628 100644 --- a/src/insets/Inset.cpp +++ b/src/insets/Inset.cpp @@ -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();