aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-09-29 07:39:43 +0000
committerBibiko <bibiko@eva.mpg.de>2010-09-29 07:39:43 +0000
commit11eb3e017d203af40c13ac2ff10d0f42a805f0c3 (patch)
treedf61e3d8238c842df5b14763d2bf0cfa21b1bbdd /Source/SPTablesList.m
parent0672e261a6f66e3d8f6a188a476518c40f411b09 (diff)
downloadsequelpro-11eb3e017d203af40c13ac2ff10d0f42a805f0c3.tar.gz
sequelpro-11eb3e017d203af40c13ac2ff10d0f42a805f0c3.tar.bz2
sequelpro-11eb3e017d203af40c13ac2ff10d0f42a805f0c3.zip
• Filter Table
- added "Search while Typing" - added some keyboard short-cuts - fixed some minor issues - Filter Table is now a normal NSWindow
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];