From 5587fc575182f0ad027a506e788b7fe4ae8662c0 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 22 Aug 2007 10:07:32 +0000 Subject: [PATCH] Compile fix for non-CG git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/window.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mac/carbon/window.cpp b/src/mac/carbon/window.cpp index f593e71c7d..ae3022ebd5 100644 --- a/src/mac/carbon/window.cpp +++ b/src/mac/carbon/window.cpp @@ -2580,12 +2580,13 @@ void wxWindowMac::MacPaintBorders( int leftOrigin , int rightOrigin ) if ( hasFocus ) DrawThemeFocusRect( &rect , true ) ; - - if ( hasBothScrollbars ) + /* + if ( hasBothScrollbars ) // hasBothScrollbars is not declared { // GetThemeStandaloneGrowBoxBounds // DrawThemeStandaloneNoGrowBox } + */ } #endif }