Reverted gimp-flip bugfix that was a bug in itself.

This commit is contained in:
Zach Beane 1999-10-01 00:31:49 +00:00
parent ff8579eae4
commit 67607fbe87
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
(set! fs (car (gimp-edit-paste reflect-layer FALSE)))
(gimp-floating-sel-anchor fs)
(gimp-scale reflect-layer FALSE 0 0 width (* 0.85 height))
(gimp-flip reflect-layer 2)
(gimp-flip reflect-layer 1)
(gimp-layer-set-offsets reflect-layer 5 (+ 3 height))
(set! layer-mask (car (gimp-layer-create-mask reflect-layer WHITE-MASK)))