* Palettes/3Containers/GormTableViewAttributesInspector.m: apply changes only after editing has end.

This commit is contained in:
Sergii Stoian 2020-01-08 01:57:08 +02:00
parent 3aaaec8ccc
commit 9fa040fcbc

View file

@ -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]];
} }