You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fix 2D editor checkboxes with a new project
This commit is contained in:
@@ -4344,7 +4344,7 @@ CanvasItemEditor::CanvasItemEditor(EditorNode *p_editor) {
|
|||||||
additive_selection = false;
|
additive_selection = false;
|
||||||
|
|
||||||
// Update the menus checkboxes
|
// Update the menus checkboxes
|
||||||
call_deferred("set_state", get_state());
|
set_state(get_state());
|
||||||
}
|
}
|
||||||
|
|
||||||
CanvasItemEditor *CanvasItemEditor::singleton = NULL;
|
CanvasItemEditor *CanvasItemEditor::singleton = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user