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

@@ -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. */