mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
minor fixes
This commit is contained in:
parent
63c02bed44
commit
c636211e0e
1 changed files with 0 additions and 9 deletions
|
@ -88,7 +88,6 @@ static Class pathCellClass;
|
|||
[self setURL: nil];
|
||||
[self setDelegate: nil];
|
||||
[self setAllowedTypes: [NSArray arrayWithObject: NSFilenamesPboardType]];
|
||||
[self resetCursorRects];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
@ -458,12 +457,6 @@ static Class pathCellClass;
|
|||
return YES;
|
||||
}
|
||||
|
||||
- (void) setFrame: (NSRect)frame
|
||||
{
|
||||
[super setFrame: frame];
|
||||
[self resetCursorRects];
|
||||
}
|
||||
|
||||
- (instancetype) initWithCoder: (NSKeyedUnarchiver *)coder
|
||||
{
|
||||
self = [super initWithCoder: coder];
|
||||
|
@ -495,8 +488,6 @@ static Class pathCellClass;
|
|||
id t = [coder decodeObjectForKey: @"NSControlTarget"];
|
||||
[self setTarget: t];
|
||||
}
|
||||
|
||||
[self resetCursorRects];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue