mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
[Qt] Fix coin control labels update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user