]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statbox.h
override GetDefaultBorder() to return wxBORDER_NONE, radio buttons shouldn't have...
[wxWidgets.git] / include / wx / statbox.h
index 039df42af356b4a0dc597941cb6bb5a40c4316f5..7eee31685e5865e01c88ca1b31a2afd9a20ea0de 100644 (file)
@@ -47,6 +47,9 @@ public:
     }
 
 private:
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
     DECLARE_NO_COPY_CLASS(wxStaticBoxBase)
 };