From 866fc2afcc23a719919b600e10357152441a7d94 Mon Sep 17 00:00:00 2001 From: Alfredo Braunstein Date: Sun, 12 Oct 2014 11:07:28 +0200 Subject: [PATCH] mathed/InsetMathHull.cpp (InsetMathHull::doDispatch): do not declare LFUN_FINISHED_* lfuns as undispatched after handling them Fixes #9289, and an unreported cousin of #3900 --- src/mathed/InsetMathHull.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index 2f9d4de2be..386c373a85 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -1410,7 +1410,6 @@ void InsetMathHull::doDispatch(Cursor & cur, FuncRequest & cmd) case LFUN_FINISHED_LEFT: //lyxerr << "action: " << cmd.action() << endl; InsetMathGrid::doDispatch(cur, cmd); - cur.undispatched(); break; case LFUN_PARAGRAPH_BREAK: -- 2.39.5