don't check darkmode for drawStatusBarBackgroundInRect (#12395)
This commit is contained in:
parent
0d7becff87
commit
05dc04dacc
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ const CGFloat kVerticalTitleMargin = 2;
|
|||
|
||||
// Draw the system bar background.
|
||||
[statusItem_ drawStatusBarBackgroundInRect:self.bounds
|
||||
withHighlight:[self isHighlighted]];
|
||||
withHighlight:[self shouldHighlight]];
|
||||
|
||||
// Determine which image to use.
|
||||
NSImage* image = image_.get();
|
||||
|
|
Loading…
Reference in a new issue