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
|
||||
@ -696,7 +696,7 @@ void wxStdRenderer::DrawRadioButton(wxDC& dc,
|
||||
DrawCheckOrRadioButton(dc, label, bitmap, rect, flags, align, indexAccel);
|
||||
else
|
||||
DrawCheckOrRadioButton(dc, label, GetRadioBitmap(flags), rect, flags, align, indexAccel);
|
||||
|
||||
|
||||
}
|
||||
|
||||
void wxStdRenderer::DrawCheckOrRadioButton(wxDC& dc,
|
||||
|
Loading…
Reference in New Issue
Block a user