1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

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;