From 9a4ab21bb825cf7d34295fa28cbd303c49114b05 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sat, 12 May 2018 16:56:32 -0500 Subject: [PATCH] Comment update to be more clear as to what is going on --- src/GUI/Plater/Plate2D.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/GUI/Plater/Plate2D.cpp b/src/GUI/Plater/Plate2D.cpp index e53eec7d9..3e865086b 100644 --- a/src/GUI/Plater/Plate2D.cpp +++ b/src/GUI/Plater/Plate2D.cpp @@ -154,8 +154,7 @@ void Plate2D::mouse_drag(wxMouseEvent& e) { ); model_object->update_bounding_box(); this->Refresh(); - } else { // moving - + } else { // moving, set the cursor to the hand cursor. if (std::any_of(this->objects.cbegin(), this->objects.cend(), [=](const Slic3r::GUI::PlaterObject o) { return o.instance_contains(point); }) )