Fix GraphEdit connections not updating when a child of GraphNode goes invisible or changes size
This commit is contained in:
parent
e5ccaa79e2
commit
867fbd8be3
3 changed files with 10 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue