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();
|
updateTargetAddAndRemoveButtons();
|
||||||
|
|
||||||
// Restore target originally set:
|
activeTargetChanged(activeTarget);
|
||||||
m_project->setActiveTarget(activeTarget);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void TargetSettingsPanelWidget::currentTargetChanged(int targetIndex, int subIndex)
|
void TargetSettingsPanelWidget::currentTargetChanged(int targetIndex, int subIndex)
|
||||||
|
|||||||
Reference in New Issue
Block a user