Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Evergreen:11.2:Test
kdebase4-wallpapers
plasma-dashboard-leave.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File plasma-dashboard-leave.diff of Package kdebase4-wallpapers
Index: plasma/shells/desktop/dashboardview.cpp =================================================================== --- plasma/shells/desktop/dashboardview.cpp.orig +++ plasma/shells/desktop/dashboardview.cpp @@ -161,6 +161,12 @@ void DashboardView::appletBrowserDestroy bool DashboardView::eventFilter(QObject *watched, QEvent *event) { if (watched != m_appletBrowser) { + 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