manage mouse events when out of the window

mouseareas must support event grabbing when the mouse is out of the window too
BUG:377545
wilder-5.14
Marco Martin 9 years ago
parent 721fcd3d30
commit 7f2dceb95c
  1. 4
      shell/panelview.cpp

@ -761,8 +761,8 @@ bool PanelView::event(QEvent *e)
return true; return true;
} }
} else { } else {
// discard event if current mouse position is outside the panel // default handling if current mouse position is outside the panel
return true; return ContainmentView::event(e);
} }
break; break;
} }

Loading…
Cancel
Save