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
This commit is contained in:
Julian Smart
2007-08-22 10:07:32 +00:00
parent ee71546f91
commit 5587fc5751

View File

@@ -2580,12 +2580,13 @@ void wxWindowMac::MacPaintBorders( int leftOrigin , int rightOrigin )
if ( hasFocus ) if ( hasFocus )
DrawThemeFocusRect( &rect , true ) ; DrawThemeFocusRect( &rect , true ) ;
/*
if ( hasBothScrollbars ) if ( hasBothScrollbars ) // hasBothScrollbars is not declared
{ {
// GetThemeStandaloneGrowBoxBounds // GetThemeStandaloneGrowBoxBounds
// DrawThemeStandaloneNoGrowBox // DrawThemeStandaloneNoGrowBox
} }
*/
} }
#endif #endif
} }