[gimp] plug-ins: script-fu-selection-rounded-rectangle takes four arguments
- From: Martin Nordholts <martinn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: script-fu-selection-rounded-rectangle takes four arguments
- Date: Sun, 16 May 2010 09:41:43 +0000 (UTC)
commit afa9bd3b9ab14b52474aa2bcfe9e01709720964d
Author: Cameron Gregory <public bloke com>
Date: Sun May 16 11:42:45 2010 +0200
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.
plug-ins/script-fu/scripts/selection-round.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/script-fu/scripts/selection-round.scm b/plug-ins/script-fu/scripts/selection-round.scm
index 813e5fe..fd6e515 100644
--- a/plug-ins/script-fu/scripts/selection-round.scm
+++ b/plug-ins/script-fu/scripts/selection-round.scm
@@ -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)
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]