]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/scrolbar.cpp
removed log record
[wxWidgets.git] / src / mac / scrolbar.cpp
index 92d6dd1fafe7b9b1f1c27a2b6774ab810d21420f..fb7a5311ca5939eeff049e04a5823b58471f8a04 100644 (file)
@@ -82,9 +82,10 @@ void wxScrollBar::SetScrollbar(int position, int thumbSize, int range, int pageS
 
     if ( UMAGetAppearanceVersion() >= 0x0110  )
     {
-#if UMA_USE_8_6        
+        if ( SetControlViewSize != (void*) kUnresolvedCFragSymbolAddress )
+        {
                        SetControlViewSize( m_macControl , m_pageSize ) ;
-#endif
+        }
     }
     Refresh() ;
 }