smartxml: fix - running custom undo was stopping node arguments refetching on redo
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Fri, 7 Feb 2014 09:11:41 +0000 (10:11 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Fri, 7 Feb 2014 09:14:37 +0000 (10:14 +0100)
Custom undo function is getting transformation.context as its running
context. Incrementing runCounter makes sure this node
argument (and possible others used in undo) will be refetched via
getPath on the next redo.

Until now this was happening only for transformations without its own
undo, which caused problems e.g. if redo was preceded by unaware
transformation undo.


No differences found