nodeeditor
nodeeditor copied to clipboard
[Bug Fix] Update embedded QWidget position after node update
Currently, if a node's inputs or outputs are updated, the embedded QWidget's position will remain unchanged - possibly occluding the new ports' captions.
This code fixes that issue, and moves the embedded QWidget with the new geometry after a node has changed.