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
This commit is contained in:
Vincent van Ravesteijn 2010-12-03 02:55:52 +00:00
parent 328e8b2627
commit b20c579f5a

View 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;"