diff --git a/scene/gui/graph_edit.cpp b/scene/gui/graph_edit.cpp index adf498e7909..52f534f30e5 100644 --- a/scene/gui/graph_edit.cpp +++ b/scene/gui/graph_edit.cpp @@ -1341,6 +1341,7 @@ void GraphEdit::_gui_input(const Ref &p_ev) { if (b->get_button_index() == BUTTON_LEFT && !b->is_pressed() && box_selecting) { box_selecting = false; + box_selecting_rect = Rect2(); previus_selected.clear(); top_layer->update(); minimap->update();