UNDO: 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)
commite1782beec75c1ea0b8faaa429643ed8af5034c6a
treeb1ad866944e2658593bccf23f516f1f03a19b9d1
parent61a7cbf016d3bf7a231170e54d9b75dc652cb4fd
UNDO: 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-6b220e3ab11a2c4b5aa8f5b0b9ad1215c2e1a432.gz
src/org/ibex/Box.java