Don't crash when laying out wxGridBagSizer with only hidden elements.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Sep 2013 00:14:51 +0000 (00:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Sep 2013 00:14:51 +0000 (00:14 +0000)
commit4de25822f373782dab54d09e1be978d94b97ca76
treed4f407173756b7f052c1690b18375a0620a8c592
parentbe1c0bc6ba241a89fc167bd4bfb19a78e02a549f
Don't crash when laying out wxGridBagSizer with only hidden elements.

wxGridBagSizer lay out algorithm needs at least a single row and a single
column to work, so simply don't run it at all if there is nothing to lay out.

Closes #15475.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/common/gbsizer.cpp