mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Implement copy
This commit is contained in:
parent
d9c42f8cc8
commit
0a402df303
1 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,9 @@ NSAppearance *__currentAppearance = nil;
|
|||
|
||||
- (instancetype) copyWithZone: (NSZone *)zone
|
||||
{
|
||||
return nil;
|
||||
NSAppearance *copy = [[NSAppearance allocWithZone: zone] initWithAppearanceNamed: [self name]
|
||||
bundle: nil];
|
||||
return copy;
|
||||
}
|
||||
|
||||
// Getting the appearance name
|
||||
|
|
Loading…
Reference in a new issue