This commit is contained in:
gellert 2017-01-06 23:54:24 +01:00
Родитель c5fe173e47
Коммит bfafc6d5fd
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1297,8 +1297,8 @@ void NativeWindowMac::SetVibrancy(const std::string& type) {
CGFloat dimension = 2 * radius + 1;
NSSize size = NSMakeSize(dimension, dimension);
NSImage* maskImage = [[NSImage imageWithSize:size
flipped:NO
drawingHandler:^BOOL(NSRect rect) {
flipped:NO
drawingHandler:^BOOL(NSRect rect) {
NSBezierPath* bezierPath = [NSBezierPath
bezierPathWithRoundedRect:rect
xRadius:radius