Border correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e18389820f
commit
5ef723747c
@ -465,11 +465,11 @@ wxRect wxStdRenderer::GetBorderDimensions(wxBorder border) const
|
||||
case wxBORDER_THEME:
|
||||
width = 2;
|
||||
break;
|
||||
|
||||
#if 0
|
||||
case wxBORDER_DOUBLE:
|
||||
width = 3;
|
||||
break;
|
||||
|
||||
#endif
|
||||
default:
|
||||
wxFAIL_MSG(_T("unknown border type"));
|
||||
// fall through
|
||||
|
Loading…
Reference in New Issue
Block a user