Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Anywhere/src/org/litesoft/render/DistributeToChildren.java

Diff revisions: vs.
  @@ -64,8 +64,7 @@
64 64 {
65 65 ChildAdjustStruct zLastAdjusted = buildChildren( pIndexOfLastAdjusted );
66 66 zLastAdjusted = (pAdjustSizeBy > 0) ? //
67 - increaseBy( pAdjustSizeBy, zLastAdjusted ) :
68 - decreaseBy( -pAdjustSizeBy, zLastAdjusted );
67 + increaseBy( pAdjustSizeBy, zLastAdjusted ) : decreaseBy( -pAdjustSizeBy, zLastAdjusted );
69 68 freeChildren();
70 69 return zLastAdjusted.getIndex();
71 70 }