You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Convert _notification methods to switch - Chunk C
This commit is contained in:
@@ -3978,6 +3978,7 @@ void VisualScriptEditor::_notification(int p_what) {
|
||||
_update_graph();
|
||||
}
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_VISIBILITY_CHANGED: {
|
||||
update_toggle_scripts_button();
|
||||
members_section->set_visible(is_visible_in_tree());
|
||||
|
||||
Reference in New Issue
Block a user