ui: Fixed moving bundle nodes was not stored in undo stack

This commit is contained in:
Eberhard Graether
2017-02-21 00:10:49 +01:00
parent 04a5abdf98
commit d02e3e74d0
3 changed files with 17 additions and 1 deletions
@@ -18,7 +18,7 @@ public:
virtual Id getTokenId() const;
virtual void onClick();
virtual void moved(const Vec2i& oldPosition);
virtual void updateStyle();
protected: