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

Fixes the checkboxes update

This commit is contained in:
Gilles Roudiere
2017-12-09 15:25:20 +01:00
parent 7b02f5591d
commit e1de1b62ee

View File

@@ -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;