mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
#7208 reset undo group level in Undo::clear() too
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37161 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6eea764ead
commit
af77fb5186
@ -247,7 +247,7 @@ void Undo::clear()
|
||||
d->redostack_.clear();
|
||||
d->undo_finished_ = true;
|
||||
d->group_id = 0;
|
||||
d->group_level;
|
||||
d->group_level = 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user