diff --git a/lib/Slic3r/GUI/Plater.pm b/lib/Slic3r/GUI/Plater.pm index df1438b47..e59476e6c 100644 --- a/lib/Slic3r/GUI/Plater.pm +++ b/lib/Slic3r/GUI/Plater.pm @@ -783,6 +783,7 @@ sub mouse_event { $parent->Refresh; $self->{drag_start_pos} = undef; $self->{drag_object} = undef; + $self->SetCursor(wxSTANDARD_CURSOR); } elsif ($event->Dragging) { return if !$self->{drag_start_pos}; # concurrency problems for my $obj ($self->{drag_object}) {