Fix GraphEdit connections not updating when a child of GraphNode goes invisible or changes size

This commit is contained in:
Hendrik Brucker 2025-04-15 18:31:17 +02:00
parent e5ccaa79e2
commit 867fbd8be3
3 changed files with 10 additions and 5 deletions

View file

@ -277,6 +277,11 @@
</member>
</members>
<signals>
<signal name="slot_sizes_changed">
<description>
Emitted when any slot's size might have changed.
</description>
</signal>
<signal name="slot_updated">
<param index="0" name="slot_index" type="int" />
<description>