don't check darkmode for drawStatusBarBackgroundInRect (#12395)

This commit is contained in:
Shelley Vohr 2018-03-21 19:03:57 -04:00 коммит произвёл GitHub
Родитель 0d7becff87
Коммит 05dc04dacc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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();