[gimp] app: fix last commits



commit 4932beb3029f7633008c70ed003754af9d58d4bf
Author: Ell <ell_se yahoo com>
Date:   Wed Apr 8 01:04:29 2020 +0300

    app: fix last commits

 app/core/gimpsymmetry.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/core/gimpsymmetry.h b/app/core/gimpsymmetry.h
index ce7a9d3a31..d695c768ae 100644
--- a/app/core/gimpsymmetry.h
+++ b/app/core/gimpsymmetry.h
@@ -26,7 +26,7 @@
 
 
 /* shift one more than GIMP_CONFIG_PARAM_DONT_COMPARE */
-#define GIMP_SYMMETRY_PARAM_GUI (GIMP_CONFIG_PARAM_DONT_COMPARE << 1)
+#define GIMP_SYMMETRY_PARAM_GUI (1 << (7 + G_PARAM_USER_SHIFT))
 
 
 #define GIMP_TYPE_SYMMETRY            (gimp_symmetry_get_type ())


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]