]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/fl/fl_sample2.cpp
Give up on trying to fix all the buffered dc problems and just
[wxWidgets.git] / contrib / samples / fl / fl_sample2.cpp
index b682647cd6c34d458359399c5ca69c74e8b0c4f2..74c4ede313fa8ac31c07a02cc9e5c6ef6b4ad41d 100644 (file)
@@ -108,7 +108,7 @@ MyFrame::MyFrame( wxWindow* parent, const wxChar *title )
     : wxFrame( parent, wxID_ANY, title, wxDefaultPosition,
           wxSize( 700, 500 ),
           wxCLIP_CHILDREN | wxMINIMIZE_BOX | wxMAXIMIZE_BOX |
-          wxTHICK_FRAME   | wxSYSTEM_MENU  | wxCAPTION | wxCLOSE_BOX,
+          wxRESIZE_BORDER   | wxSYSTEM_MENU  | wxCAPTION | wxCLOSE_BOX,
           wxT("freimas") )
 {
 }
@@ -193,4 +193,3 @@ void MyFrame::OnQuit( wxCommandEvent& WXUNUSED(event) )
 
     Close(true);
 }
-