set status correctly
This commit is contained in:
parent
77da0f9c15
commit
74b55d7ca5
@ -802,6 +802,10 @@ void PopupAppletPrivate::dialogSizeChanged()
|
||||
|
||||
void PopupAppletPrivate::dialogStatusChanged(bool status)
|
||||
{
|
||||
if (!status) {
|
||||
q->setStatus(PassiveStatus);
|
||||
}
|
||||
|
||||
q->popupEvent(status);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user