X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31df756d7447e51c1a42c3a72a8e16f0d798e7b1..cd1a22d1d32ddb1ed65c0443e8333d3d3e12ca81:/src/motif/toplevel.cpp diff --git a/src/motif/toplevel.cpp b/src/motif/toplevel.cpp index bfa9a8a982..a51ad28e8b 100644 --- a/src/motif/toplevel.cpp +++ b/src/motif/toplevel.cpp @@ -154,7 +154,7 @@ bool wxTopLevelWindowMotif::Create( wxWindow *parent, wxWindowID id, ( m_windowStyle & wxTINY_CAPTION_HORIZ ) || ( m_windowStyle & wxTINY_CAPTION_VERT ) ) decor |= MWM_DECOR_TITLE; - if( m_windowStyle & wxTHICK_FRAME ) + if( m_windowStyle & wxRESIZE_BORDER ) decor |= MWM_DECOR_BORDER; if( m_windowStyle & wxMINIMIZE_BOX ) decor |= MWM_DECOR_MINIMIZE; @@ -423,4 +423,3 @@ void wxTLWEventHandler( Widget wid, *continueToDispatch = True; } -