diff options
Diffstat (limited to 'Source/TablesList.m')
-rw-r--r-- | Source/TablesList.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/TablesList.m b/Source/TablesList.m index b5ddb0af..2d56938d 100644 --- a/Source/TablesList.m +++ b/Source/TablesList.m @@ -496,7 +496,6 @@ */ - (void)sheetDidEnd:(id)sheet returnCode:(int)returnCode contextInfo:(NSString *)contextInfo { - // Order out current sheet to suppress overlapping of sheets if([sheet respondsToSelector:@selector(orderOut:)]) [sheet orderOut:nil]; |