From 952f3004f1e1e46a529dc8d8904404832ed5ac96 Mon Sep 17 00:00:00 2001 From: groud Date: Sat, 3 Nov 2018 19:15:10 +0100 Subject: Fixes CollisionShape extends not updating when draggind handles --- editor/plugins/collision_shape_2d_editor_plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/plugins/collision_shape_2d_editor_plugin.cpp b/editor/plugins/collision_shape_2d_editor_plugin.cpp index 5d85a64b9c..313ba1ee6b 100644 --- a/editor/plugins/collision_shape_2d_editor_plugin.cpp +++ b/editor/plugins/collision_shape_2d_editor_plugin.cpp @@ -203,6 +203,7 @@ void CollisionShape2DEditor::set_handle(int idx, Point2 &p_point) { } break; } + node->get_shape()->_change_notify(); } void CollisionShape2DEditor::commit_handle(int idx, Variant &p_org) { -- cgit v1.2.3