Bugfix: rotation in 3D view was randomly stopping. #2482
This commit is contained in:
parent
1b766f12ca
commit
4688ae2fb6
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue