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
1 changed files with 3 additions and 0 deletions

View File

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