|
@@ -146,6 +146,8 @@ public class ExtremalLayoutCalc implements AlgorithmStage {
|
|
|
"|" + TextLayoutHelper.strToLen( n.getX( type ) + "", 5 ) +
|
|
|
"|" + TextLayoutHelper.strToLen( !n.isXUndefined( type ) + "", 8 ) + "|\n";
|
|
|
}
|
|
|
+ if( inside && status == LayoutState.BLOCK_CALCULATION )
|
|
|
+ info += bc.getDebugString();
|
|
|
return info;
|
|
|
}
|
|
|
|