X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80fdcdb90ef779185492dab676d461fc34933312..64ea838d8f4d1853b7d850db93ee565e901d099a:/src/common/gbsizer.cpp diff --git a/src/common/gbsizer.cpp b/src/common/gbsizer.cpp index d9451c0983..773c0f0ebc 100644 --- a/src/common/gbsizer.cpp +++ b/src/common/gbsizer.cpp @@ -471,7 +471,7 @@ wxSize wxGridBagSizer::CalcMin() item->GetPos(row, col); item->GetEndPos(endrow, endcol); - // fill heights and widths upto this item if needed + // fill heights and widths up to this item if needed while ( (int)m_rowHeights.GetCount() <= endrow ) m_rowHeights.Add(m_emptyCellSize.GetHeight()); while ( (int)m_colWidths.GetCount() <= endcol )