]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommand.C
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetcommand.C
index 7f88850366abef74e188073efe93bfa1775f2948..0392743e4c40f2db7ff183a40911b6ffa4394f5b 100644 (file)
@@ -114,7 +114,7 @@ dispatch_result InsetCommand::localDispatch(FuncRequest const & cmd)
                return localDispatch(FuncRequest(cmd.view(), LFUN_INSET_EDIT));
 
        default:
-               return UNDISPATCHED;
+               return InsetOld::localDispatch(cmd);
        }
 
 }