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

@@ -302,6 +302,8 @@ void OverviewPage::changeEvent(QEvent* e)
ui->labelTransactionsStatus->setIcon(icon);
ui->labelWalletStatus->setIcon(icon);
}
QWidget::changeEvent(e);
}
void OverviewPage::updateDisplayUnit()