Revert "Queue inspector tree update when changing the theme."
This reverts commit c0baec410b
.
See comments in #70381.
This commit is contained in:
parent
5fe0d8df22
commit
c547c4ef59
|
@ -3856,10 +3856,6 @@ void EditorInspector::_notification(int p_what) {
|
|||
_update_inspector_bg();
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
update_tree();
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_ENTER_TREE: {
|
||||
if (!sub_inspector) {
|
||||
get_tree()->connect("node_removed", callable_mp(this, &EditorInspector::_node_removed));
|
||||
|
|
Loading…
Reference in New Issue