mirror of
https://github.com/transmission/transmission
synced 2025-03-03 10:15:45 +00:00
#449 The Scroll Bar is Hidden When Switching Filters
This commit is contained in:
parent
6c96058d32
commit
9fab46e0e1
1 changed files with 4 additions and 0 deletions
|
@ -3988,6 +3988,10 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
|
|||
[scrollView setHasVerticalScroller: NO];
|
||||
[fWindow setFrame: [self sizedWindowFrame] display: YES animate: YES];
|
||||
[scrollView setHasVerticalScroller: YES];
|
||||
|
||||
//hack to ensure scrollbars don't disappear after resizing
|
||||
[scrollView setAutohidesScrollers: NO];
|
||||
[scrollView setAutohidesScrollers: YES];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue