You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user