wxX11 wants to have the border style flag
in wxWindowX11. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1864,8 +1864,12 @@ wxRect wxWin32Renderer::GetBorderDimensions(wxBorder border) const
|
||||
break;
|
||||
|
||||
default:
|
||||
{
|
||||
// char *crash = NULL;
|
||||
// *crash = 0;
|
||||
wxFAIL_MSG(_T("unknown border type"));
|
||||
// fall through
|
||||
}
|
||||
|
||||
case wxBORDER_DEFAULT:
|
||||
case wxBORDER_NONE:
|
||||
|
||||
Reference in New Issue
Block a user