indentation fix
This commit is contained in:
parent
c5fe173e47
commit
bfafc6d5fd
1 changed files with 2 additions and 2 deletions
|
@ -1297,8 +1297,8 @@ void NativeWindowMac::SetVibrancy(const std::string& type) {
|
||||||
CGFloat dimension = 2 * radius + 1;
|
CGFloat dimension = 2 * radius + 1;
|
||||||
NSSize size = NSMakeSize(dimension, dimension);
|
NSSize size = NSMakeSize(dimension, dimension);
|
||||||
NSImage* maskImage = [[NSImage imageWithSize:size
|
NSImage* maskImage = [[NSImage imageWithSize:size
|
||||||
flipped:NO
|
flipped:NO
|
||||||
drawingHandler:^BOOL(NSRect rect) {
|
drawingHandler:^BOOL(NSRect rect) {
|
||||||
NSBezierPath* bezierPath = [NSBezierPath
|
NSBezierPath* bezierPath = [NSBezierPath
|
||||||
bezierPathWithRoundedRect:rect
|
bezierPathWithRoundedRect:rect
|
||||||
xRadius:radius
|
xRadius:radius
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue