paceholder / nodeeditor

Qt Node Editor. Dataflow programming framework
BSD 3-Clause "New" or "Revised" License
3.03k stars 813 forks source link

UndoCommands new feature and fix #358

Closed zmoth closed 1 year ago

zmoth commented 1 year ago
paceholder commented 1 year ago

Thanks for your contribution!

The grouped node move was working in v2 by calling QGraphicsItem::mouseMoveEvent(...), this line has been unfortunately lost. But now with the undo-command approach we must follow your strategy

paceholder commented 1 year ago

I reordered commits and cleaned up the change history. Merged manually, thanks for your work.