Merge pull request #110320 from WhalesState/cie-lock
Fix redundant calls of `CanvasItemEditor::_update_lock_and_group_button` on `SceneTreeEditor` node selection
This commit is contained in:
@ -4166,7 +4166,6 @@ void CanvasItemEditor::_notification(int p_what) {
|
||||
case NOTIFICATION_READY: {
|
||||
_update_lock_and_group_button();
|
||||
|
||||
SceneTreeDock::get_singleton()->get_tree_editor()->connect("node_changed", callable_mp(this, &CanvasItemEditor::_update_lock_and_group_button));
|
||||
ProjectSettings::get_singleton()->connect("settings_changed", callable_mp(this, &CanvasItemEditor::_project_settings_changed));
|
||||
} break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user