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:
Julian Smart
2007-11-15 10:22:36 +00:00
parent 5c9940227f
commit e82402f986

View File

@@ -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