mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
* Palettes/3Containers/GormTableColumnSizeInspector.m: apply changes only after editing has end.
This commit is contained in:
parent
5511a423fc
commit
af08856fb8
1 changed files with 6 additions and 2 deletions
|
@ -90,11 +90,15 @@
|
|||
[super revert:sender];
|
||||
}
|
||||
|
||||
/* delegate method for the form */
|
||||
-(void) controlTextDidChange:(NSNotification *)aNotification
|
||||
- (void) controlTextDidEndEditing: (NSNotification*)aNotification
|
||||
{
|
||||
[self ok:[aNotification object]];
|
||||
}
|
||||
|
||||
/* delegate method for the form */
|
||||
-(void) controlTextDidChange:(NSNotification *)aNotification
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue