diff --git a/shell/panelview.cpp b/shell/panelview.cpp index 05300328c..70d74cbf8 100644 --- a/shell/panelview.cpp +++ b/shell/panelview.cpp @@ -761,8 +761,8 @@ bool PanelView::event(QEvent *e) return true; } } else { - // discard event if current mouse position is outside the panel - return true; + // default handling if current mouse position is outside the panel + return ContainmentView::event(e); } break; }