From d41f7b204176282f7cc49f4055924c847a7c3474 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 9 Feb 2004 23:20:04 +0000 Subject: [PATCH 1/1] no changes, simply added a comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/control.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2