]> git.lyx.org Git - features.git/commitdiff
Fix bug #6709: Inserting a numbered equation to a display equation toggles the displa...
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 3 Dec 2010 02:55:52 +0000 (02:55 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 3 Dec 2010 02:55:52 +0000 (02:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36674 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/stdmenus.inc

index beb2472200301998328c1f085773855c94993bf2..179a10cc8cb06928c8760f574f3b6eb6f45fa450 100644 (file)
@@ -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;"