mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-20 04:36:08 +01:00
GUI: Always call parent changeEvent handler
This commit is contained in:
@@ -1515,6 +1515,8 @@ void UnitDisplayStatusBarControl::changeEvent(QEvent* e)
|
||||
setStyleSheet(style);
|
||||
}
|
||||
}
|
||||
|
||||
QLabel::changeEvent(e);
|
||||
}
|
||||
|
||||
/** Creates context menu, its actions, and wires up all the relevant signals for mouse events. */
|
||||
|
||||
Reference in New Issue
Block a user