]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/canvas.cpp
update for bakefile 0.2.6
[wxWidgets.git] / demos / forty / canvas.cpp
index 7a8e5fa384ad98e8049aeac228b8e6b5c4c94a2f..3b1cc178d910e0982b48af5ff7c0cbac2ea38cdb 100644 (file)
@@ -41,7 +41,6 @@ FortyCanvas::FortyCanvas(wxWindow* parent, const wxPoint& pos, const wxSize& siz
              m_leftBtnDown(false)
 {
     SetScrollbars(0, 0, 0, 0);
-    SetMinSize(wxSize(10,10));
 
 #ifdef __WXGTK__
     m_font = wxTheFontList->FindOrCreateFont(12, wxROMAN, wxNORMAL, wxNORMAL);