activate the window; since we're half-managing it ourselves, we need to take this extra step otherwise it can end up minimized. not what we want.
BUG:191691 svn path=/trunk/KDE/kdelibs/; revision=964490
This commit is contained in:
parent
43629ac0f6
commit
53476746bc
@ -547,6 +547,8 @@ void PopupAppletPrivate::internalTogglePopup()
|
|||||||
} else {
|
} else {
|
||||||
dialog->show();
|
dialog->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
KWindowSystem::activateWindow(dialog->winId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user