Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
ccc456fe
Commit
ccc456fe
authored
May 10, 2010
by
con
Browse files
Target selection in projects pane doesn't match active target at
startup. Task-number: QTCREATORBUG-1331
parent
c81ebbee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/targetsettingspanel.cpp
View file @
ccc456fe
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment