mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Bugfix: rotation in 3D view was randomly stopping. #2482
This commit is contained in:
@@ -171,7 +171,7 @@ sub mouse_event {
|
|||||||
$self->_drag_start_pos($cur_pos);
|
$self->_drag_start_pos($cur_pos);
|
||||||
$self->_dragged(1);
|
$self->_dragged(1);
|
||||||
$self->Refresh;
|
$self->Refresh;
|
||||||
} elsif ($e->Dragging && !defined $self->_hover_volume_idx) {
|
} elsif ($e->Dragging) {
|
||||||
if ($e->LeftIsDown) {
|
if ($e->LeftIsDown) {
|
||||||
# if dragging over blank area with left button, rotate
|
# if dragging over blank area with left button, rotate
|
||||||
if (defined $self->_drag_start_pos) {
|
if (defined $self->_drag_start_pos) {
|
||||||
|
|||||||
Reference in New Issue
Block a user