GUI: Always call parent changeEvent handler

This commit is contained in:
Luke Dashjr
2021-06-22 19:24:35 +00:00
parent c901d4d8ce
commit 9d5bf6bf01
8 changed files with 15 additions and 0 deletions

View File

@@ -567,6 +567,8 @@ void CoinControlDialog::changeEvent(QEvent* e)
if (e->type() == QEvent::PaletteChange) {
updateView();
}
QDialog::changeEvent(e);
}
void CoinControlDialog::updateView()