Gave toolbars some extra height, Without which DoGetBestSize can report a size that's
authorJulian Smart <julian@anthemion.co.uk>
Thu, 9 Aug 2007 15:08:50 +0000 (15:08 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 9 Aug 2007 15:08:50 +0000 (15:08 +0000)
commitc118d8b06e867235a050add7cf89564923de3387
tree919f02f9c3bb1ee23e6f06c5ce5fcb69f79f8ab6
parent4c0d2cd3d0c59bf0114e0e10355bff86ddb116a0
Gave toolbars some extra height, Without which DoGetBestSize can report a size that's
smaller than the actual window, causing windows to overlap slightly
in some circumstances, leading to missing borders. Removed a hack in AUI to
adjust for wrongly reported size.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/aui/framemanager.cpp
src/msw/tbar95.cpp