Merge branch 'updating' of https://github.com/prusa3d/Slic3r into updating
This commit is contained in:
commit
9fb8ee9377
17 changed files with 892 additions and 455 deletions
|
@ -389,7 +389,7 @@ sub mouse_event {
|
|||
|
||||
$self->_mouse_dragging($e->Dragging);
|
||||
|
||||
if ($e->Entering && &Wx::wxMSW) {
|
||||
if ($e->Entering && (&Wx::wxMSW || $^O eq 'linux')) {
|
||||
# wxMSW needs focus in order to catch mouse wheel events
|
||||
$self->SetFocus;
|
||||
$self->_drag_start_xy(undef);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue