diff --git a/src/plugins/git/changeselectiondialog.cpp b/src/plugins/git/changeselectiondialog.cpp index e344096772a..d6da012a98c 100644 --- a/src/plugins/git/changeselectiondialog.cpp +++ b/src/plugins/git/changeselectiondialog.cpp @@ -157,6 +157,7 @@ void ChangeSelectionDialog::enableButtons(bool b) m_showButton->setEnabled(b); m_cherryPickButton->setEnabled(b); m_revertButton->setEnabled(b); + m_checkoutButton->setEnabled(b); } void ChangeSelectionDialog::recalculateDetails(const QString &ref)