Fixes the checkboxes update
This commit is contained in:
parent
7b02f5591d
commit
e1de1b62ee
1 changed files with 3 additions and 0 deletions
|
|
@ -4342,6 +4342,9 @@ CanvasItemEditor::CanvasItemEditor(EditorNode *p_editor) {
|
|||
drag = DRAG_NONE;
|
||||
bone_last_frame = 0;
|
||||
additive_selection = false;
|
||||
|
||||
// Update the menus checkboxes
|
||||
set_state(get_state());
|
||||
}
|
||||
|
||||
CanvasItemEditor *CanvasItemEditor::singleton = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue