Fix 2D editor checkboxes with a new project

This commit is contained in:
Gilles Roudiere 2017-12-26 16:39:03 +01:00
parent 02e883713a
commit b8c849205c

View file

@ -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;