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:
parent
2e7c602065
commit
b0542b90e8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user