nodeeditor icon indicating copy to clipboard operation
nodeeditor copied to clipboard

[Bug Fix] Update embedded QWidget position after node update

Open nolankramer opened this issue 1 year ago • 0 comments

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.

Before

image

After

image

nolankramer avatar May 13 '24 11:05 nolankramer