mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
* src/text3.C: (specialChar): add missing recordUndo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@18398 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1cbb6defc3
commit
cbe15114c1
@ -1,3 +1,7 @@
|
|||||||
|
2007-05-18 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||||
|
|
||||||
|
* text3.C (specialChar): add missing recordUndo.
|
||||||
|
|
||||||
2007-05-14 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
2007-05-14 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||||
|
|
||||||
* lyxfunc.C (dispatch): assure math and tabular insets are
|
* lyxfunc.C (dispatch): assure math and tabular insets are
|
||||||
|
@ -244,6 +244,7 @@ namespace {
|
|||||||
|
|
||||||
void specialChar(LCursor & cur, InsetSpecialChar::Kind kind)
|
void specialChar(LCursor & cur, InsetSpecialChar::Kind kind)
|
||||||
{
|
{
|
||||||
|
recordUndo(cur);
|
||||||
lyx::cap::replaceSelection(cur);
|
lyx::cap::replaceSelection(cur);
|
||||||
cur.insert(new InsetSpecialChar(kind));
|
cur.insert(new InsetSpecialChar(kind));
|
||||||
cur.posRight();
|
cur.posRight();
|
||||||
|
@ -68,6 +68,8 @@ What's new
|
|||||||
|
|
||||||
- Fix undo for quotation marks (bug 3439).
|
- Fix undo for quotation marks (bug 3439).
|
||||||
|
|
||||||
|
- Fix undo for special characters.
|
||||||
|
|
||||||
- Fix gui for big delimiters.
|
- Fix gui for big delimiters.
|
||||||
|
|
||||||
- Fix wrong LaTeX-output when using the backslash "\" as math
|
- Fix wrong LaTeX-output when using the backslash "\" as math
|
||||||
|
Loading…
Reference in New Issue
Block a user