From 9fa040fcbcbde4e8844470c26f727a373fbb7dac Mon Sep 17 00:00:00 2001 From: Sergii Stoian Date: Wed, 8 Jan 2020 01:57:08 +0200 Subject: [PATCH] * Palettes/3Containers/GormTableViewAttributesInspector.m: apply changes only after editing has end. --- Palettes/3Containers/GormTableViewAttributesInspector.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Palettes/3Containers/GormTableViewAttributesInspector.m b/Palettes/3Containers/GormTableViewAttributesInspector.m index a03dc8be..edc3c4db 100644 --- a/Palettes/3Containers/GormTableViewAttributesInspector.m +++ b/Palettes/3Containers/GormTableViewAttributesInspector.m @@ -242,7 +242,7 @@ /* delegate for tag and Forms */ --(void) controlTextDidChange:(NSNotification *)aNotification +- (void) controlTextDidEndEditing: (NSNotification*)aNotification { [self ok:[aNotification object]]; }