1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #58187 from jakobbouchard/notification-switch-chunk-c

Convert _notification methods to switch - Chunk C
This commit is contained in:
Rémi Verschelde
2022-02-16 20:58:55 +01:00
committed by GitHub
37 changed files with 378 additions and 327 deletions

View File

@@ -3981,6 +3981,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());