Merge pull request #62846 from AaronRecord/remove_redundant_theme_updates_in_enter_tree

Remove `NOTIFICATION_ENTER_TREE` when paired with `NOTIFICATION_THEME_CHANGED`
This commit is contained in:
Rémi Verschelde 2022-08-27 21:56:14 +02:00 committed by GitHub
commit d3db8bbebd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
98 changed files with 262 additions and 473 deletions

View file

@ -123,7 +123,6 @@ class AnimationNodeBlendTreeEditor : public AnimationTreeNodeEditorPlugin {
void _removed_from_graph();
void _update_editor_settings();
void _update_theme();
EditorFileDialog *open_file = nullptr;
Ref<AnimationNode> file_loaded;