X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47b378bd88260611387af8604a1c8f62355350ab..c3c62822fdda9d340179dec663a806e905882cc9:/include/wx/msw/control.h diff --git a/include/wx/msw/control.h b/include/wx/msw/control.h index a2e56f7159..503d0db28c 100644 --- a/include/wx/msw/control.h +++ b/include/wx/msw/control.h @@ -71,10 +71,10 @@ public: // default style for the control include WS_TABSTOP if it AcceptsFocus() virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; -protected: // choose the default border for this window virtual wxBorder GetDefaultBorder() const; +protected: // return default best size (doesn't really make any sense, override this) virtual wxSize DoGetBestSize() const;