1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 13:16:53 +00:00

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

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];