Focus on table view when hiding filter bar.

This commit is contained in:
Mitchell Livingston 2006-07-19 00:27:38 +00:00
parent 4c04ce90bd
commit 88b49c6f36
1 changed files with 3 additions and 0 deletions

View File

@ -1645,7 +1645,10 @@ static void sleepCallBack(void * controller, io_service_t y,
[fWindow setContentMinSize: minSize];
if (!show)
{
[fFilterBar setHidden: YES];
[fWindow makeFirstResponder: fTableView];
}
//enable show filter button in status bar
[fShowFilterButton setEnabled: !show];