wxBORDER_THEME processing for Motif and X11

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-11-13 14:44:21 +00:00
parent dbb6177963
commit cce69fec84
3 changed files with 13 additions and 3 deletions

View File

@@ -639,7 +639,7 @@ WXWidget wxCreateBorderWidget( WXWidget parent, long style )
NULL
);
}
else if (style & wxSUNKEN_BORDER)
else if ((style & wxSUNKEN_BORDER) || (style & wxBORDER_THEME))
{
borderWidget = XtVaCreateManagedWidget
(