Git: Fix initially disabled OK button in Push to Gerrit

Change-Id: I7223ef113781eb9adae59dba58036c19a96a11b0
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Orgad Shaneh
2016-10-05 08:24:46 +03:00
committed by Orgad Shaneh
parent 2e45906b42
commit 7f0b371c11

View File

@@ -257,6 +257,7 @@ void GerritPushDialog::setRemoteBranches(bool includeOld)
m_ui->targetBranchComboBox->addItem(tr("... Include older branches ..."), 1);
setChangeRange();
m_ui->targetBranchComboBox->blockSignals(blocked);
validate();
}
void GerritPushDialog::updateCommits(int index)