aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTablesList.m')
-rw-r--r--Source/SPTablesList.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPTablesList.m b/Source/SPTablesList.m
index 9f409e57..c9192147 100644
--- a/Source/SPTablesList.m
+++ b/Source/SPTablesList.m
@@ -1516,6 +1516,9 @@
- (void)tableViewSelectionDidChange:(NSNotification *)aNotification
{
+ // Clear Content's Filter Table
+ [tableContentInstance tableFilterClear:nil];
+
if([tablesListView selectedRow] < 0) {
// Reset all
if (selectedTableName) [selectedTableName release];