From a896123760846a4e38c5061f335056ca8658d013 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 9 Mar 2010 09:39:34 +0000 Subject: =?UTF-8?q?=E2=80=A2=20improved=20tooltip=20behaviour=20of=20SPNar?= =?UTF-8?q?rowDownCompletion's=20tableView=20=E2=80=A2=20added=20"Filter?= =?UTF-8?q?=20Tables=E2=80=A6"=20^=E2=8C=A5=E2=8C=98F"=20to=20main=20menu?= =?UTF-8?q?=20>=20Table=20which=20sets=20the=20focus=20to=20TablesList's?= =?UTF-8?q?=20search=20field=20if=20visible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/TablesList.m | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Source/TablesList.m') diff --git a/Source/TablesList.m b/Source/TablesList.m index 8e4ae268..a344ced5 100644 --- a/Source/TablesList.m +++ b/Source/TablesList.m @@ -1583,6 +1583,14 @@ [listFilterField setStringValue:@""]; } +/** + * Set focus to table list filter search field + */ +- (void) makeTableListFilterHaveFocus +{ + [tableWindow makeFirstResponder:listFilterField]; +} + /** * Update the filter search. */ -- cgit v1.2.3