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:
Aaron J. Seigo 2009-05-06 18:40:44 +00:00
parent 43629ac0f6
commit 53476746bc

View File

@ -547,6 +547,8 @@ void PopupAppletPrivate::internalTogglePopup()
} else { } else {
dialog->show(); dialog->show();
} }
KWindowSystem::activateWindow(dialog->winId());
} }
} }