X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b69c815746d9ca7cbfcbe96423e2021ed3fbdb2..7b162e540e98415f8ac6bc1fd5b880e143aa85e5:/include/wx/window.h?ds=sidebyside diff --git a/include/wx/window.h b/include/wx/window.h index 662c0e53e0..9c3744965e 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -1077,6 +1077,9 @@ protected: #if wxUSE_ACCESSIBILITY wxAccessible* m_accessible; #endif + // Best size for controls which fail to implement DoGetBestSize() + wxSize m_bestSize; + // Virtual size (scrolling) wxSize m_virtualSize;