forked from qt-creator/qt-creator
Target selection in projects pane doesn't match active target at
startup. Task-number: QTCREATORBUG-1331
This commit is contained in:
@@ -127,8 +127,7 @@ void TargetSettingsPanelWidget::setupUi()
|
||||
|
||||
updateTargetAddAndRemoveButtons();
|
||||
|
||||
// Restore target originally set:
|
||||
m_project->setActiveTarget(activeTarget);
|
||||
activeTargetChanged(activeTarget);
|
||||
}
|
||||
|
||||
void TargetSettingsPanelWidget::currentTargetChanged(int targetIndex, int subIndex)
|
||||
|
||||
Reference in New Issue
Block a user