]> git.saurik.com Git - wxWidgets.git/commit
Keep track of the initial size that the window was created with, and
authorRobin Dunn <robin@alldunn.com>
Wed, 14 Apr 2004 22:40:14 +0000 (22:40 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 14 Apr 2004 22:40:14 +0000 (22:40 +0000)
commit1ebfafde515e58d4a6f9fda5290a5620ebc1637f
tree60771030294573825280c66bf465a770f271585a
parentdd05f81195970bf616de0a053cb358fdffd7d34a
Keep track of the initial size that the window was created with, and
when the window is added to a sizer use that size with SetSizeHints.
This is to fix problems resulting from the previous change where
SetSizeHints was called with the initial size from CreateBase.

Also, Patch [ 934677 ] wxWindowBase::DoGetBestSize() should exclude hidden windows

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