Browse Source

Clean up canvas item when changing state, closes #5977

Juan Linietsky 8 years ago
parent
commit
950b205609
1 changed files with 2 additions and 0 deletions
  1. 2 0
      editor/plugins/canvas_item_editor_plugin.cpp

+ 2 - 0
editor/plugins/canvas_item_editor_plugin.cpp

@@ -375,6 +375,8 @@ void CanvasItemEditor::set_state(const Dictionary &p_state) {
 		int idx = skeleton_menu->get_item_index(SKELETON_SHOW_BONES);
 		skeleton_menu->set_item_checked(idx, skeleton_show_bones);
 	}
+
+	viewport->update();
 }
 
 void CanvasItemEditor::_add_canvas_item(CanvasItem *p_canvas_item) {