Skip to content
Snippets Groups Projects
Commit ddff28f2 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Bugfix in startChangeGroup - was not discarding undone changes.

parent b68dc501
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,8 @@ class Editor(props.HasProperties):
def startChangeGroup(self):
del self._doneList[self._doneIndex + 1:]
self._inGroup = True
self._doneIndex += 1
self._doneList.append([])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment