X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/925f7740663f38ed8296ddb247754a9d62152aea..4f927337ccac8e2fc64a5286472d43954248b853:/include/wx/motif/radiobut.h diff --git a/include/wx/motif/radiobut.h b/include/wx/motif/radiobut.h index 7ed22be9b9..fa2f449e62 100644 --- a/include/wx/motif/radiobut.h +++ b/include/wx/motif/radiobut.h @@ -17,7 +17,7 @@ class WXDLLEXPORT wxRadioButton: public wxControl DECLARE_DYNAMIC_CLASS(wxRadioButton) public: wxRadioButton(); - ~wxRadioButton() { RemoveFromCycle(); } + virtual ~wxRadioButton() { RemoveFromCycle(); } inline wxRadioButton(wxWindow *parent, wxWindowID id, const wxString& label, @@ -48,6 +48,8 @@ public: // clears the selection in the radiobuttons in the cycle // and returns the old selection (if any) wxRadioButton* ClearSelections(); +protected: + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } private: wxRadioButton* AddInCycle(wxRadioButton* cycle); void RemoveFromCycle();