From b20c579f5a19d8325dfaca9e54e5a22d8fbc0aa2 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Fri, 3 Dec 2010 02:55:52 +0000 Subject: [PATCH] Fix bug #6709: Inserting a numbered equation to a display equation toggles the display style. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36674 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ui/stdmenus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index beb2472200..179a10cc8c 100644 --- a/lib/ui/stdmenus.inc +++ b/lib/ui/stdmenus.inc @@ -410,7 +410,7 @@ Menuset Menu "insert_math" Item "Inline Formula|I" "math-mode" Item "Display Formula|D" "math-display" - Item "Numbered Formula|N" "command-sequence math-display; math-number-toggle;" + Item "Numbered Formula|N" "command-sequence math-mode on; math-mutate equation; math-number-toggle;" Item "Eqnarray Environment|E" "command-sequence math-mode on; math-mutate eqnarray;" Item "AMS align Environment|a" "command-sequence math-mode on; math-mutate align;" Item "AMS alignat Environment|t" "command-sequence math-mode on; math-mutate alignat;" -- 2.39.2