Raise a window when activate it (activate might not bring it to front).

git-svn-id: http://voip.null.ro/svn/yate@3351 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2010-05-28 13:28:38 +00:00
parent e1fa4f7932
commit a65d90fa3c
1 changed files with 1 additions and 0 deletions

View File

@ -1047,6 +1047,7 @@ bool QtWindow::setActive(const String& name, bool active)
if (QWidget::isMinimized())
QWidget::showNormal();
QWidget::activateWindow();
QWidget::raise();
}
QtWidget w(wndWidget(),name);
if (w.invalid())