]> git.saurik.com Git - wxWidgets.git/commit
Fix display of empty wxStaticBoxSizers.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Mar 2013 23:10:15 +0000 (23:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 27 Mar 2013 23:10:15 +0000 (23:10 +0000)
commit49cfad613b496a2827574417195feee7b57660ca
treecfc8fba9ef17ee57b604d2a105f84166c37fc85b
parentbeba4fa694711bde29d23b5fb5e31aaa36156cb8
Fix display of empty wxStaticBoxSizers.

wxStaticBoxSizer should be considered shown if its static box is shown, even
if it has no elements (or all of them are hidden).

Closes #14698.

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