mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
Bugfix: skirt and brim were not recalculated when objects where just moved in plater
This commit is contained in:
@@ -209,7 +209,7 @@ sub mouse_event {
|
||||
}
|
||||
$self->Refresh;
|
||||
} elsif ($event->ButtonUp(&Wx::wxMOUSE_BTN_LEFT)) {
|
||||
$self->{on_instance_moved}->();
|
||||
$self->{on_instance_moved}->(@{ $self->{drag_object} });
|
||||
$self->Refresh;
|
||||
$self->{drag_start_pos} = undef;
|
||||
$self->{drag_object} = undef;
|
||||
|
||||
Reference in New Issue
Block a user