[AdgCanvas] Corrected margins and paddings low limit
commit95cc5ee4dc652f51221e04f7e360adca29bd4cd4
authorNicola Fontana <ntd@entidi.it>
Wed, 23 Jun 2010 18:25:57 +0000 (23 20:25 +0200)
committerNicola Fontana <ntd@entidi.it>
Wed, 23 Jun 2010 18:25:57 +0000 (23 20:25 +0200)
tree10d2f804b66f9ad08c9400b76c94e2138c80b28c
parentf73cecbd9e2e2b8bac68c0b2f59ef6dfcbf01ea5
[AdgCanvas] Corrected margins and paddings low limit

G_MINDOUBLE is the value closest to 0, not the minimum negative double,
as the damned name suggests. Changed the low limit to -G_MAXDOUBLE.
src/adg/adg-canvas.c
src/adg/tests/test-canvas.c