Fix 2D editor checkboxes with a new project
This commit is contained in:
parent
02e883713a
commit
b8c849205c
1 changed files with 1 additions and 1 deletions
|
@ -4344,7 +4344,7 @@ CanvasItemEditor::CanvasItemEditor(EditorNode *p_editor) {
|
|||
additive_selection = false;
|
||||
|
||||
// Update the menus checkboxes
|
||||
call_deferred("set_state", get_state());
|
||||
set_state(get_state());
|
||||
}
|
||||
|
||||
CanvasItemEditor *CanvasItemEditor::singleton = NULL;
|
||||
|
|
Loading…
Reference in a new issue