[gimp] Bug 721058 - Shadow layer for Drop Shadow filter in wrong stack position
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 721058 - Shadow layer for Drop Shadow filter in wrong stack position
- Date: Wed, 1 Jan 2014 14:02:17 +0000 (UTC)
commit 598673bc830d54c8a88bca3bb85f0565dfc4d011
Author: saul <saul crazyauntgail com>
Date: Wed Dec 25 17:56:43 2013 -0500
Bug 721058 - Shadow layer for Drop Shadow filter in wrong stack position
Fix layer stack positioning for Drop Shadow.
plug-ins/script-fu/scripts/drop-shadow.scm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/script-fu/scripts/drop-shadow.scm b/plug-ins/script-fu/scripts/drop-shadow.scm
index 9f6cc2a..d7f8f9e 100644
--- a/plug-ins/script-fu/scripts/drop-shadow.scm
+++ b/plug-ins/script-fu/scripts/drop-shadow.scm
@@ -128,6 +128,7 @@
"Drop Shadow"
shadow-opacity
NORMAL-MODE)))
+ (gimp-image-set-active-layer image drawable)
(gimp-image-insert-layer image shadow-layer 0 -1)
(gimp-layer-set-offsets shadow-layer
shadow-offset-x
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]