0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00

Merge pull request #3590

edd735d [Qt] Fix coin control labels update (Cozz Lovan)
This commit is contained in:
Wladimir J. van der Laan 2014-01-28 11:00:35 +01:00
commit 7ff13ef2d2
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

@ -516,6 +516,9 @@ void SendCoinsDialog::coinControlFeatureChanged(bool checked)
if (!checked && model) // coin control features disabled if (!checked && model) // coin control features disabled
CoinControlDialog::coinControl->SetNull(); CoinControlDialog::coinControl->SetNull();
if (checked)
coinControlUpdateLabels();
} }
// Coin Control: button inputs -> show actual coin control dialog // Coin Control: button inputs -> show actual coin control dialog