no view->no popup
BUG:194570 svn path=/trunk/KDE/kdelibs/; revision=1019493
This commit is contained in:
parent
acfd2a83fa
commit
72df46a81d
@ -535,6 +535,10 @@ void PopupAppletPrivate::internalTogglePopup()
|
||||
return;
|
||||
}
|
||||
|
||||
if (!q->view()) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (timer) {
|
||||
timer->stop();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user