mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-12 13:43:43 +01:00
GUI: Always call parent changeEvent handler
This commit is contained in:
@@ -302,6 +302,8 @@ void OverviewPage::changeEvent(QEvent* e)
|
||||
ui->labelTransactionsStatus->setIcon(icon);
|
||||
ui->labelWalletStatus->setIcon(icon);
|
||||
}
|
||||
|
||||
QWidget::changeEvent(e);
|
||||
}
|
||||
|
||||
void OverviewPage::updateDisplayUnit()
|
||||
|
||||
Reference in New Issue
Block a user