mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Fixed crash when slicing from Layers tab
This commit is contained in:
parent
87c1654e31
commit
bd1d70d8d3
3 changed files with 2 additions and 2 deletions
|
@ -233,7 +233,6 @@ sub mouse_event {
|
|||
} elsif ($event->LeftUp) {
|
||||
if ($self->{drag_object}) {
|
||||
$self->{on_instances_moved}->();
|
||||
Slic3r::GUI::_3DScene::reset_current_canvas();
|
||||
}
|
||||
$self->{drag_start_pos} = undef;
|
||||
$self->{drag_object} = undef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue