Bugfix: rotation in 3D view was randomly stopping. #2482

This commit is contained in:
Alessandro Ranellucci 2015-01-07 11:13:56 +01:00
parent 1b766f12ca
commit 4688ae2fb6

View file

@ -171,7 +171,7 @@ sub mouse_event {
$self->_drag_start_pos($cur_pos);
$self->_dragged(1);
$self->Refresh;
} elsif ($e->Dragging && !defined $self->_hover_volume_idx) {
} elsif ($e->Dragging) {
if ($e->LeftIsDown) {
# if dragging over blank area with left button, rotate
if (defined $self->_drag_start_pos) {