Removed duplicate WM line from motif/frame.cpp
Added window style to minimal sample Failed attempt to get border-only toplevel window style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -304,8 +304,6 @@ bool wxFrame::Create(wxWindow *parent,
|
||||
decor |= MWM_DECOR_TITLE;
|
||||
if (style & wxTHICK_FRAME)
|
||||
decor |= MWM_DECOR_BORDER;
|
||||
if (style & wxTHICK_FRAME)
|
||||
decor |= MWM_DECOR_BORDER;
|
||||
if (style & wxMINIMIZE_BOX)
|
||||
decor |= MWM_DECOR_MINIMIZE;
|
||||
if (style & wxMAXIMIZE_BOX)
|
||||
|
Reference in New Issue
Block a user