Merge pull request #14448 from groud/fix_checkboxes_update

Fixes the checkboxes update in canvas item editor
This commit is contained in:
Rémi Verschelde 2017-12-09 19:04:27 +01:00 committed by GitHub
commit 59657d6823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;