forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
2e45906b42
commit
7f0b371c11
@@ -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)
|
||||
|
Reference in New Issue
Block a user