git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32831
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
wxSizerItem *item = node->GetData();
{
wxSizerItem *item = node->GetData();
+ if ( item->IsShown() )
+ {
item->CalcMin(); // result is stored in the item
item->CalcMin(); // result is stored in the item
- if (item->IsShown() && item->GetProportion() != 0)
m_stretchable += item->GetProportion();
m_stretchable += item->GetProportion();
node = node->GetNext();
}
node = node->GetNext();
}