mirror of https://github.com/GNOME/gimp.git
plug-ins: script-fu-selection-rounded-rectangle takes four arguments
Don't forget to pass a value for the 'concave' parameter to script-fu-selection-rounded-rectangle.
This commit is contained in:
parent
19d4ad70f9
commit
afa9bd3b9a
|
@ -147,7 +147,7 @@
|
|||
|
||||
|
||||
(define (script-fu-selection-round image drawable radius)
|
||||
(script-fu-selection-rounded-rectangle image drawable (* radius 100))
|
||||
(script-fu-selection-rounded-rectangle image drawable (* radius 100) FALSE)
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue