mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 03:40:47 +00:00
Fix indentation
This commit is contained in:
parent
34cfca2d06
commit
6f7293d21e
1 changed files with 4 additions and 4 deletions
|
@ -89,10 +89,10 @@ static NSColorSampler *_gs_gui_color_sampler = nil;
|
||||||
[_gs_gui_color_sampler_lock lock];
|
[_gs_gui_color_sampler_lock lock];
|
||||||
|
|
||||||
w = [[NSPanel alloc] initWithContentRect: contentRect
|
w = [[NSPanel alloc] initWithContentRect: contentRect
|
||||||
styleMask: style
|
styleMask: style
|
||||||
backing: NSBackingStoreRetained
|
backing: NSBackingStoreRetained
|
||||||
defer: NO
|
defer: NO
|
||||||
screen: nil];
|
screen: nil];
|
||||||
|
|
||||||
[w setBecomesKeyOnlyIfNeeded: YES];
|
[w setBecomesKeyOnlyIfNeeded: YES];
|
||||||
[w makeKeyAndOrderFront: self];
|
[w makeKeyAndOrderFront: self];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue