mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
send coins dialog: make sure send button remain default button (triggered with enter)
This commit is contained in:
@@ -140,6 +140,7 @@ void SendCoinsDialog::clear()
|
||||
ui->addAsLabel->setText(QString());
|
||||
ui->payAmount->setText(QString());
|
||||
ui->payTo->setFocus();
|
||||
ui->sendButton->setDefault(true);
|
||||
}
|
||||
|
||||
void SendCoinsDialog::reject()
|
||||
|
||||
Reference in New Issue
Block a user