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:
parent
4c04ce90bd
commit
88b49c6f36
1 changed files with 3 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue