mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
Merge pull request #3590
edd735d [Qt] Fix coin control labels update (Cozz Lovan)
This commit is contained in:
commit
7ff13ef2d2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user