fixing small scrollbars

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2005-03-29 15:49:44 +00:00
parent 17dfb61189
commit 66b80661e4

View File

@@ -2996,10 +2996,10 @@ void wxWindowMac::MacRepositionScrollBars()
width -= MacGetLeftBorderSize() + MacGetRightBorderSize();
height -= MacGetTopBorderSize() + MacGetBottomBorderSize();
wxPoint vPoint(width-MAC_SCROLLBAR_SIZE, 0) ;
wxSize vSize(MAC_SCROLLBAR_SIZE, height - adjust) ;
wxPoint hPoint(0 , height-MAC_SCROLLBAR_SIZE ) ;
wxSize hSize( width - adjust, MAC_SCROLLBAR_SIZE) ;
wxPoint vPoint(width-scrlsize, 0) ;
wxSize vSize(scrlsize, height - adjust) ;
wxPoint hPoint(0 , height-scrlsize ) ;
wxSize hSize( width - adjust, scrlsize) ;
/*
int x = 0 ;
int y = 0 ;