From dfbc58b5969ecee67b4074cb7c6d90e98f164df4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 12 Aug 2004 20:52:43 +0000 Subject: [PATCH] Fix #624 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8888 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_hullinset.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/math_hullinset.C b/src/mathed/math_hullinset.C index 72a3c32525..ec3aa2c020 100644 --- a/src/mathed/math_hullinset.C +++ b/src/mathed/math_hullinset.C @@ -903,12 +903,12 @@ void MathHullInset::priv_dispatch(LCursor & cur, FuncRequest & cmd) break; case LFUN_BREAKLINE: + // some magic for the common case if (type_ == "simple" || type_ == "equation") { recordUndoInset(cur); mutate("eqnarray"); cur.idx() = 0; cur.pos() = cur.lastpos(); - break; } MathGridInset::priv_dispatch(cur, cmd); break; -- 2.39.2