mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
GUI: Always call parent changeEvent handler
This commit is contained in:
@@ -567,6 +567,8 @@ void CoinControlDialog::changeEvent(QEvent* e)
|
||||
if (e->type() == QEvent::PaletteChange) {
|
||||
updateView();
|
||||
}
|
||||
|
||||
QDialog::changeEvent(e);
|
||||
}
|
||||
|
||||
void CoinControlDialog::updateView()
|
||||
|
||||
Reference in New Issue
Block a user