Applied patch from Tor Lilliqvist <tml@iki.fi> to fix bug #77572.

2003-05-16  Dave Neary  <bolsh@gimp.org>

        * plug-ins/script-fu/scripts/pupi-button.scm: Applied
        patch from Tor Lilliqvist <tml@iki.fi> to fix bug #77572.
This commit is contained in:
Dave Neary 2003-05-16 21:06:10 +00:00 committed by David Neary
parent 2e7c602065
commit b0542b90e8
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2003-05-16 Dave Neary <bolsh@gimp.org>
* plug-ins/script-fu/scripts/pupi-button.scm: Applied
patch from Tor Lilliqvist <tml@iki.fi> to fix bug #77572.
2003-05-16 Dave Neary <bolsh@gimp.org>
* plug-ins/common/edge.c

View File

@ -99,13 +99,10 @@
(radius (/ (* ratio height) 4))
(width (+ (* 2 (+ radius xpadding)) bevel
(- (text-width text-extents)
(text-width (gimp-text-get-extents-fontname " "
size
PIXELS
font)))))
(width (+ (* 2 (+ radius xpadding))
bevel
(text-width text-extents)))
(img (car (gimp-image-new width height RGB)))
(bumpmap (car (gimp-layer-new img width height