diff --git a/Palettes/3Containers/GormTableColumnSizeInspector.m b/Palettes/3Containers/GormTableColumnSizeInspector.m index 3f7eade5..3a361d86 100644 --- a/Palettes/3Containers/GormTableColumnSizeInspector.m +++ b/Palettes/3Containers/GormTableColumnSizeInspector.m @@ -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