Index: Palettes/3Containers/GormTableViewEditor.m =================================================================== --- Palettes/3Containers/GormTableViewEditor.m (revision 23928) +++ Palettes/3Containers/GormTableViewEditor.m (working copy) @@ -101,6 +101,15 @@ return NO; } +- (NSRect) documentRect +{ + NSRect visRect = _bounds; + if ([_super_view respondsToSelector:@selector(documentRect)]) + { + visRect = [(NSClipView *)_super_view documentRect]; + } + return visRect; +} /** * Deactivate an editor - removes it from the view hierarchy so that objects