[Qt] Fix coin control labels update

This commit is contained in:
Cozz Lovan 2014-01-27 19:15:56 +01:00
parent ca1913e8f6
commit edd735da4e
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