X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c75d8baf987c83e231c981d07b5a9217d711361..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/include/wx/msw/choice.h diff --git a/include/wx/msw/choice.h b/include/wx/msw/choice.h index 20d8edb5fd..402948e08a 100644 --- a/include/wx/msw/choice.h +++ b/include/wx/msw/choice.h @@ -86,6 +86,9 @@ public: virtual bool CanApplyThemeBorder() const { return false; } protected: + // choose the default border for this window + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + // common part of all ctors void Init() { m_lastAcceptedSelection = wxID_NONE; }