// look like total of mLetRatio's is 1.0, thus original
// len. ratios are _preserved_:
+ if (pcntSum == 0.0)
+ pcntSum = 1.0;
+
double unit = freeSpc / pcntSum;
bool haveSquished = FALSE;
for ( i = 0; i != mpPane->GetRowList().Count(); ++i )
{
cbRowInfo& row = *mpPane->GetRowList()[ i ];
+ //mpPane->CalcLengthRatios(& row);
// setup "has-handle" flags for rows, which depend on the existance
// of not-fixed bars in the row