Target selection in projects pane doesn't match active target at

startup.

Task-number: QTCREATORBUG-1331
This commit is contained in:
con
2010-05-10 12:35:56 +02:00
parent c81ebbeed0
commit ccc456fe18

View File

@@ -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)