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 945d3515e..9f8b37d74 100644 --- a/cocoa/InfoBar.mm +++ b/cocoa/InfoBar.mm @@ -346,7 +346,7 @@ static float BarFontSize = 10.0; { mDisplayMask = display; [self positionSubViews]; - [self needsDisplay]; + [self setNeedsDisplay: YES]; } } |