From 11eb3e017d203af40c13ac2ff10d0f42a805f0c3 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Wed, 29 Sep 2010 07:39:43 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Filter=20Table=20-=20added=20"Search=20whil?= =?UTF-8?q?e=20Typing"=20-=20added=20some=20keyboard=20short-cuts=20-=20fi?= =?UTF-8?q?xed=20some=20minor=20issues=20-=20Filter=20Table=20is=20now=20a?= =?UTF-8?q?=20normal=20NSWindow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPTablesList.m | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/SPTablesList.m') 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]; -- cgit v1.2.3