You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Merge pull request #14448 from groud/fix_checkboxes_update
Fixes the checkboxes update in canvas item editor
This commit is contained in:
@@ -4342,6 +4342,9 @@ CanvasItemEditor::CanvasItemEditor(EditorNode *p_editor) {
|
|||||||
drag = DRAG_NONE;
|
drag = DRAG_NONE;
|
||||||
bone_last_frame = 0;
|
bone_last_frame = 0;
|
||||||
additive_selection = false;
|
additive_selection = false;
|
||||||
|
|
||||||
|
// Update the menus checkboxes
|
||||||
|
set_state(get_state());
|
||||||
}
|
}
|
||||||
|
|
||||||
CanvasItemEditor *CanvasItemEditor::singleton = NULL;
|
CanvasItemEditor *CanvasItemEditor::singleton = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user