[gimp/metadata-browser] app: Make palette part of paint tools context mask



commit ad8f7cb9d65f03ba84caf9f61c6d4806c383e20d
Author: Alexia Death <alexiadeath gmail com>
Date:   Mon Feb 6 21:56:53 2012 +0200

    app: Make palette part of paint tools context mask

 app/paint/gimppaintoptions.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/app/paint/gimppaintoptions.h b/app/paint/gimppaintoptions.h
index ea03e0e..70c4e40 100644
--- a/app/paint/gimppaintoptions.h
+++ b/app/paint/gimppaintoptions.h
@@ -27,7 +27,8 @@
                                         GIMP_CONTEXT_OPACITY_MASK    | \
                                         GIMP_CONTEXT_PAINT_MODE_MASK | \
                                         GIMP_CONTEXT_BRUSH_MASK      | \
-                                        GIMP_CONTEXT_DYNAMICS_MASK
+                                        GIMP_CONTEXT_DYNAMICS_MASK   | \
+                                        GIMP_CONTEXT_PALETTE_MASK
 
 
 typedef struct _GimpJitterOptions   GimpJitterOptions;



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