From 07c4880feab1395af2c3db9a26d8e2292789be16 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Fri, 10 Apr 2009 00:13:20 +0000 Subject: [PATCH] * Inset: Dispatch FuncRequest. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29174 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/Inset.cpp | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.39.2