SVN_SILENT: don't pass click on main icon when clicking on an action icon
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=761952
This commit is contained in:
parent
39b5eb33ce
commit
67844a4190
@ -1017,7 +1017,9 @@ void Icon::mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
|
||||
}
|
||||
}
|
||||
|
||||
if (!handled) {
|
||||
handled = d->clickStartPos != scenePos();
|
||||
}
|
||||
|
||||
if (!handled) {
|
||||
if (boundingRect().contains(event->pos())) {
|
||||
|
Loading…
Reference in New Issue
Block a user