Fix for Bug 503
authorcharlie <charlie@ibex.org>
Wed, 24 Mar 2004 15:29:53 +0000 (15:29 +0000)
committercharlie <charlie@ibex.org>
Wed, 24 Mar 2004 15:29:53 +0000 (15:29 +0000)
commit1f1bf81e022398831354365d6522e92079556530
tree9c9f255d310573f535722153f8c237df695541ec
parent756db73976080807dea68aa12b34d6485b91abef
Fix for Bug 503

Fixes the loop that assigns colMaxWidth[] values to find the largest
(instead of the smallest) to stop ibex from clipping boxes.  To make
this possible, the patch induces colMaxWidth[1..n] to 0 instead of
MAX_LENGTH (as max(MAX_LENGTH,any_width) will always be MAX_LENGTH).

darcs-hash:20040324152953-e3a7d-991cb92d1e65283b21fe413483f81209a552182e.gz
src/org/ibex/Box.java