when an action is triggered really close the toolbox, don't just hide it
svn path=/trunk/KDE/kdelibs/; revision=1022109
This commit is contained in:
parent
664a262df2
commit
fb365bfbf1
@ -309,7 +309,7 @@ void DesktopToolBox::toolTriggered(bool)
|
|||||||
QAction *action = qobject_cast<QAction *>(sender());
|
QAction *action = qobject_cast<QAction *>(sender());
|
||||||
|
|
||||||
if (!action || !action->autoRepeat()) {
|
if (!action || !action->autoRepeat()) {
|
||||||
hideToolBox();
|
emit toggled();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user