From: Aleksander Ɓukasz Date: Fri, 7 Feb 2014 09:11:41 +0000 (+0100) Subject: smartxml: fix - running custom undo was stopping node arguments refetching on redo X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/7779d776e9256c0cdb8a3290e3a1fb62b761ff13?ds=sidebyside;hp=7779d776e9256c0cdb8a3290e3a1fb62b761ff13 smartxml: fix - running custom undo was stopping node arguments refetching on redo 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. ---