mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-08 22:52:45 +02: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