mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
GUI: Enable palette change adaptation on all platforms
This commit is contained in:
@@ -564,11 +564,9 @@ void CoinControlDialog::updateLabels(CCoinControl& m_coin_control, WalletModel *
|
||||
|
||||
void CoinControlDialog::changeEvent(QEvent* e)
|
||||
{
|
||||
#ifdef Q_OS_MACOS
|
||||
if (e->type() == QEvent::PaletteChange) {
|
||||
updateView();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void CoinControlDialog::updateView()
|
||||
|
||||
Reference in New Issue
Block a user