mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
[qt] send: Clear All also resets coin control options
This commit is contained in:
parent
fdc2188da2
commit
f506c0a7f8
@ -375,6 +375,12 @@ void SendCoinsDialog::on_sendButton_clicked()
|
||||
|
||||
void SendCoinsDialog::clear()
|
||||
{
|
||||
// Clear coin control settings
|
||||
CoinControlDialog::coinControl()->UnSelectAll();
|
||||
ui->checkBoxCoinControlChange->setChecked(false);
|
||||
ui->lineEditCoinControlChange->clear();
|
||||
coinControlUpdateLabels();
|
||||
|
||||
// Remove entries until only one left
|
||||
while(ui->entries->count())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user