[macOS/Windows] Fix application indicator destruction.
This commit is contained in:
parent
f5dbbf7fd0
commit
a0084803b4
2 changed files with 2 additions and 2 deletions
|
|
@ -4905,7 +4905,7 @@ DisplayServerMacOS::~DisplayServerMacOS() {
|
|||
}
|
||||
|
||||
// Destroy all status indicators.
|
||||
for (HashMap<IndicatorID, IndicatorData>::Iterator E = indicators.begin(); E;) {
|
||||
for (HashMap<IndicatorID, IndicatorData>::Iterator E = indicators.begin(); E; ++E) {
|
||||
[[NSStatusBar systemStatusBar] removeStatusItem:E->value.item];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue