Update viewport after Polygon2D deselected
(cherry picked from commit 030703dd30
)
This commit is contained in:
parent
10c8438178
commit
f2739b3f52
1 changed files with 2 additions and 2 deletions
|
@ -686,12 +686,12 @@ void AbstractPolygon2DEditor::edit(Node *p_polygon) {
|
|||
edited_point = PosVertex();
|
||||
hover_point = Vertex();
|
||||
selected_point = Vertex();
|
||||
|
||||
canvas_item_editor->update_viewport();
|
||||
} else {
|
||||
|
||||
_set_node(NULL);
|
||||
}
|
||||
|
||||
canvas_item_editor->update_viewport();
|
||||
}
|
||||
|
||||
void AbstractPolygon2DEditor::_bind_methods() {
|
||||
|
|
Loading…
Reference in a new issue