Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
ee00f62b
Commit
ee00f62b
authored
Feb 02, 2011
by
dt
Browse files
Fix synchronisation of run configuration switches
Between target selector and projects page. Task-Nr: QTCREATORBUG-3599
parent
1a365180
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/runsettingspropertiespage.cpp
View file @
ee00f62b
...
...
@@ -278,6 +278,7 @@ void RunSettingsWidget::activeRunConfigurationChanged()
QModelIndex
actRc
=
m_runConfigurationsModel
->
indexFor
(
m_target
->
activeRunConfiguration
());
m_ignoreChange
=
true
;
m_ui
->
runConfigurationCombo
->
setCurrentIndex
(
actRc
.
row
());
setConfigurationWidget
(
m_runConfigurationsModel
->
runConfigurationAt
(
actRc
.
row
()));
m_ignoreChange
=
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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