mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:50:38 +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];
|
||||
|
||||
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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue