forked from qt-creator/qt-creator
Fixes: Correctly disable buttons for moving build steps after
add/remove.
This commit is contained in:
@@ -222,6 +222,7 @@ void BuildStepsPage::addBuildStep()
|
||||
s.widget->init(m_configuration);
|
||||
s.detailsLabel->setText(s.widget->summaryText());
|
||||
}
|
||||
updateBuildStepButtonsState();
|
||||
}
|
||||
|
||||
void BuildStepsPage::updateRemoveBuildStepMenu()
|
||||
@@ -257,6 +258,7 @@ void BuildStepsPage::removeBuildStep()
|
||||
m_buildSteps.removeAt(pos);
|
||||
m_clean ? m_pro->removeCleanStep(pos) : m_pro->removeBuildStep(pos);
|
||||
}
|
||||
updateBuildStepButtonsState();
|
||||
}
|
||||
|
||||
void BuildStepsPage::upBuildStep()
|
||||
|
Reference in New Issue
Block a user