[qt] send: Clear All also resets coin control options

pull/585/head
Sjors Provoost 7 years ago
parent fdc2188da2
commit f506c0a7f8
No known key found for this signature in database
GPG Key ID: 57FF9BDBCC301009

@ -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…
Cancel
Save