Fixes ::Fit() and ::SetSizeHints() to keep the dialog sized so that it will not grow...
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 25 Apr 2001 16:08:22 +0000 (16:08 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 25 Apr 2001 16:08:22 +0000 (16:08 +0000)
commit65ba4113c63f5ad60aa6bb49a70cf893d1d175a3
treec3bd1ca99a7fde41cc678f85aff03aafd5a4fd36
parent3b59b2670604e1b822af00aa1bad36e95e1131c7
Fixes ::Fit() and ::SetSizeHints() to keep the dialog sized so that it will not grow outside the display area of the screen.  NEcessary to fix the problems seen in wxAnyChoiceDialog() derived classes where the dialog grows too big to see the top or bottom of the dialog

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/sizer.h
src/common/sizer.cpp