Raise the widget after adding.

--HG--
branch : dfighter-tools
This commit is contained in:
dfighter1985 2014-09-10 18:50:07 +02:00
parent 78a65459f0
commit 104506a717

View file

@ -265,6 +265,7 @@ namespace GeorgesQt
m_mainDock->addDockWidget(Qt::RightDockWidgetArea, m_dockedWidgets.last());
}
QCoreApplication::processEvents();
w->raise();
}