forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.5'
Change-Id: I889b93611d1762121548fb71d1d3493e4adba313
This commit is contained in:
@@ -432,7 +432,7 @@ void AnalyzerManagerPrivate::modeChanged(IMode *mode)
|
||||
{
|
||||
if (mode && mode == m_mode) {
|
||||
m_mainWindow->setDockActionsVisible(true);
|
||||
static bool firstTime = true;
|
||||
static bool firstTime = !m_currentAction;
|
||||
if (firstTime)
|
||||
selectSavedTool();
|
||||
firstTime = false;
|
||||
|
||||
Reference in New Issue
Block a user