Updated readme and manual version and date
Some clarifications of wxBORDER_THEME Don't use wxBORDER_DOUBLE in GTK+/Univ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -412,15 +412,18 @@ void wxStdRenderer::DrawBorder(wxDC& dc,
|
||||
|
||||
switch ( border )
|
||||
{
|
||||
case wxBORDER_THEME:
|
||||
case wxBORDER_SUNKEN:
|
||||
DrawSunkenBorder(dc, &rect);
|
||||
break;
|
||||
|
||||
// wxBORDER_DOUBLE is no longer supported since wxBORDER_THEME takes on the same value
|
||||
#if 0
|
||||
case wxBORDER_DOUBLE:
|
||||
DrawAntiSunkenBorder(dc, &rect);
|
||||
DrawExtraBorder(dc, &rect);
|
||||
break;
|
||||
|
||||
#endif
|
||||
case wxBORDER_STATIC:
|
||||
DrawStaticBorder(dc, &rect);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user