Stop flash of scrollers when autohidden.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2008-10-27 01:20:23 -07:00
parent 12b58cd938
commit f7dd436b81
+5
View File
@@ -364,7 +364,12 @@
*/
- (void)setAutohidesScrollers:(BOOL)autohidesScrollers
{
if (_autohidesScrollers == autohidesScrollers)
return;
_autohidesScrollers = autohidesScrollers;
[self reflectScrolledClipView:_contentView];
}
/*!