X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..33ba5a05623023af942a6b34b0758a98b12d4c82:/include/wx/gauge.h diff --git a/include/wx/gauge.h b/include/wx/gauge.h index 2156e05a87..11605c9d1a 100644 --- a/include/wx/gauge.h +++ b/include/wx/gauge.h @@ -88,6 +88,8 @@ public: virtual bool AcceptsFocus() const { return false; } protected: + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + // the max position int m_rangeMax;