diff options
-rw-r--r-- | cocoa/InfoBar.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/InfoBar.mm b/cocoa/InfoBar.mm index 5ca010af8..8c2df550a 100644 --- a/cocoa/InfoBar.mm +++ b/cocoa/InfoBar.mm @@ -338,7 +338,7 @@ static float BarFontSize = 10.0; { mDisplayMask = display; [self positionSubViews]; - [self needsDisplay]; + self.needsDisplay = YES; } } |