summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--3.0/przem-apply-sepia-v3.scm8
-rw-r--r--changelog.md3
2 files changed, 7 insertions, 4 deletions
diff --git a/3.0/przem-apply-sepia-v3.scm b/3.0/przem-apply-sepia-v3.scm
index 532cf9e..aa495b7 100644
--- a/3.0/przem-apply-sepia-v3.scm
+++ b/3.0/przem-apply-sepia-v3.scm
@@ -2,7 +2,7 @@
; author: PRP
; licencja: GPL v3
; Gdańsk - 07-02-2025
-; ver. 2.2502021-0~beta for GIMP 3
+; ver. 2.2502022-0~beta for GIMP 3
;
; This program is free software: you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
@@ -84,7 +84,7 @@
; tak było w v. 2.10
;(gimp-edit-blend sepia-layer FG-BG-RGB-MODE NORMAL-MODE GRADIENT-LINEAR 100 0 REPEAT-NONE FALSE TRUE 3 0 TRUE 0 0 image-width image-height)
(gimp-context-set-gradient-fg-bg-rgb)
- (if (= gradient-shape 0)
+ (if (= gradient-shape 1)
(begin
(gimp-context-set-gradient-reverse gradient-reverse)
(gimp-drawable-edit-gradient-fill sepia-layer
@@ -93,7 +93,7 @@
TRUE
0 0 image-width image-height)
) )
- (if (= gradient-shape 1)
+ (if (= gradient-shape 2)
(begin
(gimp-context-set-gradient-reverse gradient-reverse)
(gimp-drawable-edit-gradient-fill sepia-layer
@@ -103,7 +103,7 @@
0 0 center-x center-y)
)
)
- (if (= gradient-shape 2)
+ (if (= gradient-shape 0)
(begin
(gimp-context-set-gradient-reverse gradient-reverse)
(gimp-drawable-edit-gradient-fill sepia-layer
diff --git a/changelog.md b/changelog.md
index 16278f9..6436b7a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+# [2.250222-0] przem-apply-sepia-v3.scm
+* Korekta w SF_OPTION
+
# [2.250221-0] przem-apply-sepia-v3.scm
* Dodanie potrójnego pola wyboru dla rodzaju gradientu.