Comment update to be more clear as to what is going on

This commit is contained in:
Joseph Lenox 2018-05-12 16:56:32 -05:00
parent 2bb1c1ab39
commit 9a4ab21bb8

View File

@ -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); })
)