mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-19 00:43:29 +00:00
Stop flash of scrollers when autohidden.
Reviewed by me.
This commit is contained in:
@@ -364,7 +364,12 @@
|
||||
*/
|
||||
- (void)setAutohidesScrollers:(BOOL)autohidesScrollers
|
||||
{
|
||||
if (_autohidesScrollers == autohidesScrollers)
|
||||
return;
|
||||
|
||||
_autohidesScrollers = autohidesScrollers;
|
||||
|
||||
[self reflectScrolledClipView:_contentView];
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user