mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-29 16:24:22 +00:00
[Qt] Fix coin control labels update
This commit is contained in:
parent
ca1913e8f6
commit
edd735da4e
@ -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