mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:07:39 +00:00
Revert previous patch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7300 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
82a46f6434
commit
383730dac9
2 changed files with 0 additions and 24 deletions
|
@ -1538,24 +1538,6 @@ void __dummy_GMAppKit_functionForLinking() {}
|
|||
|
||||
@end /* NSTextFieldCell (GMArchiverMethods) */
|
||||
|
||||
@implementation NSForm (GMArchiverMethods)
|
||||
|
||||
- (id)initWithModelUnarchiver:(GMUnarchiver*)unarchiver
|
||||
{ int i;
|
||||
|
||||
self = [super initWithModelUnarchiver:unarchiver];
|
||||
[self setValidateSize: YES];
|
||||
for (i=[self numberOfRows]-1; i>=0; i--)
|
||||
[[NSNotificationCenter defaultCenter]
|
||||
addObserver: self
|
||||
selector: @selector(_setTitleWidthNeedsUpdate:)
|
||||
name: _NSFormCellDidChangeTitleWidthNotification
|
||||
object: [self cellAtIndex:i]];
|
||||
return self;
|
||||
}
|
||||
|
||||
@end /* NSForm (GMArchiverMethods) */
|
||||
|
||||
@implementation NSFormCell (GMArchiverMethods)
|
||||
|
||||
- (void)encodeWithModelArchiver:(GMArchiver*)archiver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue