diff --git a/Source/NSColorSampler.m b/Source/NSColorSampler.m index 19b679344..308f1592f 100644 --- a/Source/NSColorSampler.m +++ b/Source/NSColorSampler.m @@ -89,10 +89,10 @@ static NSColorSampler *_gs_gui_color_sampler = nil; [_gs_gui_color_sampler_lock lock]; w = [[NSPanel alloc] initWithContentRect: contentRect - styleMask: style - backing: NSBackingStoreRetained - defer: NO - screen: nil]; + styleMask: style + backing: NSBackingStoreRetained + defer: NO + screen: nil]; [w setBecomesKeyOnlyIfNeeded: YES]; [w makeKeyAndOrderFront: self];