Fix previous script-fu deprecation commit due to overzealous update script.
This commit is contained in:
@ -146,8 +146,8 @@
|
||||
)
|
||||
|
||||
|
||||
(define (script-fu-selection-rounded-rectangle image drawable radius)
|
||||
(script-fu-selection-rounded-rectangle 0 image drawable (* radius 100) FALSE)
|
||||
(define (script-fu-selection-round image drawable radius)
|
||||
(script-fu-selection-rounded-rectangle image drawable (* radius 100) FALSE)
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user