forked from qt-creator/qt-creator
Make sure on first start the IDE becomes the active window.
This commit is contained in:
@@ -601,9 +601,12 @@ void HelpPlugin::slotHideRightPane()
|
||||
|
||||
void HelpPlugin::showExternalWindow()
|
||||
{
|
||||
bool firstTime = m_firstModeChange;
|
||||
setup();
|
||||
m_externalWindow->show();
|
||||
m_externalWindow->activateWindow();
|
||||
if (firstTime)
|
||||
Core::ICore::instance()->mainWindow()->activateWindow();
|
||||
}
|
||||
|
||||
void HelpPlugin::modeChanged(Core::IMode *mode, Core::IMode *old)
|
||||
|
||||
Reference in New Issue
Block a user