X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..3863c5ebd92650ba88f29db4f5f8d794ec11bf80:/include/wx/univ/tglbtn.h?ds=sidebyside diff --git a/include/wx/univ/tglbtn.h b/include/wx/univ/tglbtn.h index 35d3667e0e..8f78e3a7b8 100644 --- a/include/wx/univ/tglbtn.h +++ b/include/wx/univ/tglbtn.h @@ -57,6 +57,8 @@ public: bool GetValue() const { return m_value; } protected: + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + // the current value bool m_value;