mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:32:11 +00:00
Fix EditorInspector not updating its theme on rare occasions
This commit is contained in:
parent
942f5f0cb2
commit
efa3927b49
@ -2436,10 +2436,10 @@ void EditorInspector::_notification(int p_what) {
|
||||
if (p_what == NOTIFICATION_READY) {
|
||||
EditorFeatureProfileManager::get_singleton()->connect("current_feature_profile_changed", callable_mp(this, &EditorInspector::_feature_profile_changed));
|
||||
set_process(is_visible_in_tree());
|
||||
_update_inspector_bg();
|
||||
}
|
||||
|
||||
if (p_what == NOTIFICATION_ENTER_TREE) {
|
||||
_update_inspector_bg();
|
||||
if (!sub_inspector) {
|
||||
get_tree()->connect("node_removed", callable_mp(this, &EditorInspector::_node_removed));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user