Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
kdebase4-workspace
plasma-dashboard-leave.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File plasma-dashboard-leave.diff of Package kdebase4-workspace
Index: plasma/desktop/shell/dashboardview.cpp =================================================================== --- plasma/desktop/shell/dashboardview.cpp.orig +++ plasma/desktop/shell/dashboardview.cpp @@ -225,6 +225,15 @@ bool DashboardView::eventFilter(QObject widgetExplorer->setPos(0, containment()->geometry().height() - widgetExplorer->geometry().height()); } + if (watched != (QObject*)m_widgetExplorer.data()) { + if (event->type() == QEvent::MouseButtonPress) { + QMouseEvent *me = static_cast<QMouseEvent *>(event); + if (me->button() == Qt::LeftButton) { + hideView(); + } + } + } + return false; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor