mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Don't show multiple checks in pull-down menus in the prefs.
This commit is contained in:
@@ -1494,8 +1494,7 @@ static void sleepCallBack(void * controller, io_service_t y,
|
||||
frame.size.height += heightChange;
|
||||
frame.origin.y -= heightChange;
|
||||
|
||||
[fWindow setFrame: frame display: YES animate: NO];
|
||||
|
||||
[fWindow setFrame: frame display: YES];
|
||||
[fTableView reloadData];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user