branch: Fix bug #6709: Inserting a numbered equation to a display equation toggles the display style.

see r36674.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36678 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-12-03 10:19:42 +00:00
parent 132084b5ef
commit 9fd75e3702
2 changed files with 4 additions and 1 deletions

View File

@ -396,7 +396,7 @@ Menuset
Menu "insert_math"
Item "Inline Formula|I" "math-mode on"
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;"

View File

@ -90,6 +90,9 @@ What's new
- Update the status of the button in the Text Style dialog when the
cursor is moved (bug 6952).
- Correctly toggle the numbering of an equation when issuing the
"Insert->Numbered equation" on a displayed equation (bug 6709).
* DOCUMENTATION AND LOCALIZATION