Additional fix for hasVerticalScroller.

This commit is contained in:
Ross Boucher
2009-04-05 13:54:10 -07:00
parent 4cb516d8b1
commit 91d1ba6713
+1 -1
View File
@@ -356,7 +356,7 @@
*/
- (BOOL)hasVerticalScroller
{
return _hasHorizontalScroller;
return _hasVerticalScroller;
}
/*!