X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c75d8baf987c83e231c981d07b5a9217d711361..10d302224e3555520f3e3c29d4dc7b7a9654b295:/include/wx/vlbox.h diff --git a/include/wx/vlbox.h b/include/wx/vlbox.h index 72c6170bc2..e746c8f863 100644 --- a/include/wx/vlbox.h +++ b/include/wx/vlbox.h @@ -202,7 +202,7 @@ public: GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); protected: - virtual wxBorder GetDefaultBorder() const { return GetDefaultBorderForControl(); } + 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