At 12:24 PM +0100 2/10/04, Björn Moritz wrote:
A quick scan of the source shows, that marginwidth and marginheight are only
rendered if they are > 0, so in your case they are not rendered. I don't
know if this is the correct behaviour, maybe the > 0 should read >= 0.

That's a bug. The property is rendered as an 'int', not an 'Integer', so the test is probably to make sure that the value is non-null.


I'll change it to an Integer.

Joe

--
Joe Germuska
[EMAIL PROTECTED]
http://blog.germuska.com
"Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining."
-- Jef Raskin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to