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:
@@ -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 ;
|
||||
|
Reference in New Issue
Block a user