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

This commit is contained in:
Sergii Stoian 2019-12-27 00:57:51 +02:00
parent 5511a423fc
commit af08856fb8

View file

@ -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