From 91d1ba6713be8a8bde0d62559a02f97d34e9619d Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Sun, 5 Apr 2009 13:54:10 -0700 Subject: [PATCH] Additional fix for hasVerticalScroller. --- AppKit/CPScrollView.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPScrollView.j b/AppKit/CPScrollView.j index 1bbf53368..40bae8fba 100644 --- a/AppKit/CPScrollView.j +++ b/AppKit/CPScrollView.j @@ -356,7 +356,7 @@ */ - (BOOL)hasVerticalScroller { - return _hasHorizontalScroller; + return _hasVerticalScroller; } /*!