mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-03 22:33:43 +02:00
[qt] send: Clear All also resets coin control options
This commit is contained in:
@@ -375,6 +375,12 @@ void SendCoinsDialog::on_sendButton_clicked()
|
|||||||
|
|
||||||
void SendCoinsDialog::clear()
|
void SendCoinsDialog::clear()
|
||||||
{
|
{
|
||||||
|
// Clear coin control settings
|
||||||
|
CoinControlDialog::coinControl()->UnSelectAll();
|
||||||
|
ui->checkBoxCoinControlChange->setChecked(false);
|
||||||
|
ui->lineEditCoinControlChange->clear();
|
||||||
|
coinControlUpdateLabels();
|
||||||
|
|
||||||
// Remove entries until only one left
|
// Remove entries until only one left
|
||||||
while(ui->entries->count())
|
while(ui->entries->count())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user