git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50314
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return wxWindowBase::GetDefaultBorder();
}
-// Translate wxBORDER_THEME (and other border styles if necessary to the value
+// Translate wxBORDER_THEME (and other border styles if necessary) to the value
// that makes most sense for this Windows environment
wxBorder wxWindowMSW::TranslateBorder(wxBorder border) const
{
if (theme)
return wxBORDER_THEME;
}
+ return wxBORDER_SUNKEN;
}
#endif
return border;