зеркало из https://github.com/electron/electron.git
don't check darkmode for drawStatusBarBackgroundInRect (#12395)
This commit is contained in:
Родитель
0d7becff87
Коммит
05dc04dacc
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче