You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
fix error when open project and close editor
### when open project ### ``` ERROR: Attempt to connect nonexistent signal 'size_flags_changed' to method 'queue_sort' At: core\object.cpp:1400 ERROR: Attempt to connect nonexistent signal 'minimum_size_changed' to method '_child_minsize_changed' At: core\object.cpp:1400 ERROR: Attempt to connect nonexistent signal 'visibility_changed' to method '_child_minsize_changed' At: core\object.cpp:1400 ``` ### when close editor ### ``` ERROR: Nonexistent signal: size_flags_changed At: core\object.cpp:1458 ERROR: Nonexistent signal: minimum_size_changed At: core\object.cpp:1458 ERROR: Nonexistent signal: visibility_changed At: core\object.cpp:1458 ```
This commit is contained in:
@@ -118,7 +118,7 @@ public:
|
||||
|
||||
class ShaderGraphView : public Control {
|
||||
|
||||
OBJ_TYPE(ShaderGraphView,Node);
|
||||
OBJ_TYPE(ShaderGraphView,Control);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user