]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/minifram.h
adding an autorelease capability (got weird crashes when deleting tools from a toolba...
[wxWidgets.git] / include / wx / mac / carbon / minifram.h
index 0768e68b4e823e1fef39ece7e8301ad045721ae3..6d00c918ecae5eb91958040dd0e22b5aa0210693 100644 (file)
@@ -27,14 +27,14 @@ public:
            const wxString& title,
            const wxPoint& pos = wxDefaultPosition,
            const wxSize& size = wxDefaultSize,
-           long style = wxDEFAULT_FRAME_STYLE|wxTINY_CAPTION_HORIZ,
+           long style = wxCAPTION | wxRESIZE_BORDER | wxTINY_CAPTION_HORIZ,
            const wxString& name = wxFrameNameStr)
   {
       // Use wxFrame constructor in absence of more specific code.
       Create(parent, id, title, pos, size, style | wxFRAME_TOOL_WINDOW | wxFRAME_FLOAT_ON_PARENT , name);
   }
 
-  ~wxMiniFrame() {}
+  virtual ~wxMiniFrame() {}
 protected:
 };