Changed gimp-flip parameter to match new orientation enum.
This commit is contained in:
parent
e56ff58b04
commit
cc791f9b0f
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
(let ((floating-sel (car (gimp-edit-paste drawable1 FALSE))))
|
||||
(gimp-floating-sel-anchor floating-sel))
|
||||
|
||||
(let ((drawble (car (gimp-flip drawable1 0)))))
|
||||
(let ((drawble (car (gimp-flip drawable1 1)))))
|
||||
|
||||
|
||||
;(gimp-display-new temp-img)
|
||||
|
|
|
|||
Loading…
Reference in a new issue