]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vlbox.h
add check for wxUSE_AUTOID_MANAGEMENT being defined
[wxWidgets.git] / include / wx / vlbox.h
index 2301f7c651b020ac61de115336a980f598409c2d..e746c8f863cf893f27b81a4af83e5157b2fcd750 100644 (file)
@@ -201,9 +201,9 @@ public:
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 
-       virtual wxBorder GetDefaultBorder() const { return GetDefaultBorderForControl(); }
-
 protected:
+    virtual wxBorder GetDefaultBorder() const { return wxBORDER_THEME; }
+
     // the derived class must implement this function to actually draw the item
     // with the given index on the provided DC
     virtual void OnDrawItem(wxDC& dc, const wxRect& rect, size_t n) const = 0;