mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Record undo properly when changing multiple paragraphs parameters
Fixes bug 9437.
This commit is contained in:
parent
907ef51e51
commit
997cc6a774
@ -498,7 +498,7 @@ void Text::setParagraphs(Cursor & cur, docstring arg, bool merge)
|
||||
// with same layout in a sequence.
|
||||
// Do this only once for a selected range of paragraphs
|
||||
// of the same layout and depth.
|
||||
cur.recordUndo();
|
||||
c.recordUndo();
|
||||
par.params().apply(params, par.layout());
|
||||
if (par.getDepth() != priordepth || par.layout() != priorlayout)
|
||||
setLabelWidthStringToSequence(c, params.labelWidthString());
|
||||
|
@ -94,7 +94,8 @@ What's new
|
||||
|
||||
- Correctly inform if URW Garamond (ugm) font is not available (bug 9429).
|
||||
|
||||
|
||||
- Record undo properly when changing multiple paragraphs parameters
|
||||
(bug 9437).
|
||||
|
||||
* INTERNALS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user