Border correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -461,13 +461,14 @@ wxRect wxStdRenderer::GetBorderDimensions(wxBorder border) const
|
||||
|
||||
case wxBORDER_RAISED:
|
||||
case wxBORDER_SUNKEN:
|
||||
case wxBORDER_THEME:
|
||||
width = 2;
|
||||
break;
|
||||
|
||||
#if 0
|
||||
case wxBORDER_DOUBLE:
|
||||
width = 3;
|
||||
break;
|
||||
|
||||
#endif
|
||||
default:
|
||||
wxFAIL_MSG(_T("unknown border type"));
|
||||
// fall through
|
||||
|
Reference in New Issue
Block a user