From: Vadim Zeitlin Date: Mon, 9 Feb 2004 23:20:04 +0000 (+0000) Subject: no changes, simply added a comment X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d41f7b204176282f7cc49f4055924c847a7c3474 no changes, simply added a comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/control.h b/include/wx/msw/control.h index 512f308afa..c8e1e94644 100644 --- a/include/wx/msw/control.h +++ b/include/wx/msw/control.h @@ -69,6 +69,7 @@ protected: // choose the default border for this window virtual wxBorder GetDefaultBorder() const; + // return default best size (doesn't really make any sense, override this) virtual wxSize DoGetBestSize() const; // create the control of the given Windows class: this is typically called