mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 07:39:08 +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