]> git.lyx.org Git - features.git/commitdiff
* Inset: Dispatch FuncRequest.
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 10 Apr 2009 00:13:20 +0000 (00:13 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 10 Apr 2009 00:13:20 +0000 (00:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29174 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/Inset.cpp

index ae91223d0ad210c27e305610a3511c37351c725b..9ebf4f8628236562bdc62d59a7a35c35e6ca5ed7 100644 (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();