mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
* Palettes/3Containers/GormTableViewAttributesInspector.m: apply changes only after editing has end.
This commit is contained in:
parent
3aaaec8ccc
commit
9fa040fcbc
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@
|
||||||
|
|
||||||
|
|
||||||
/* delegate for tag and Forms */
|
/* delegate for tag and Forms */
|
||||||
-(void) controlTextDidChange:(NSNotification *)aNotification
|
- (void) controlTextDidEndEditing: (NSNotification*)aNotification
|
||||||
{
|
{
|
||||||
[self ok:[aNotification object]];
|
[self ok:[aNotification object]];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue