mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Focus on table view when hiding filter bar.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user