Browse Source

Clean up canvas item when changing state, closes #5977

(cherry picked from commit 950b205609ce41ab4804196a125e91274eb20258)
Juan Linietsky 8 years ago
parent
commit
0120f0473f
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

@@ -349,6 +349,8 @@ void CanvasItemEditor::set_state(const Dictionary &p_state) {
 		int idx = edit_menu->get_popup()->get_item_index(SNAP_USE_PIXEL);
 		edit_menu->get_popup()->set_item_checked(idx, snap_pixel);
 	}
+
+	viewport->update();
 }
 
 void CanvasItemEditor::_add_canvas_item(CanvasItem *p_canvas_item) {