Skip to content
Snippets Groups Projects
Commit 08eb65fb authored by Petar Perisin's avatar Petar Perisin Committed by Orgad Shaneh
Browse files

Git - Bug fix in changeSelectionDialog


disable checkout button too

Change-Id: I325436672091c6f4f824ed263c2643ecf31f93f4
Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
parent befd041d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment