[gimp/pippin/linear-is-the-new-black: 8/8] app: hide advanced color options



commit ec6517009b12ea65c441d74fe94e19046e964b8a
Author: Øyvind Kolås <pippin gimp org>
Date:   Thu Dec 22 15:48:57 2016 +0100

    app: hide advanced color options

 app/tools/gimpfiltertool.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpfiltertool.c b/app/tools/gimpfiltertool.c
index f71b337..6322b11 100644
--- a/app/tools/gimpfiltertool.c
+++ b/app/tools/gimpfiltertool.c
@@ -423,6 +423,7 @@ gimp_filter_tool_initialize (GimpTool     *tool,
                               toggle,                             "sensitive",
                               G_BINDING_SYNC_CREATE);
 
+#if 0
       /*  The Color Options expander  */
       expander = gtk_expander_new (_("Advanced Color Options"));
       gtk_box_pack_end (GTK_BOX (vbox), expander, FALSE, FALSE, 0);
@@ -452,6 +453,8 @@ gimp_filter_tool_initialize (GimpTool     *tool,
       gtk_widget_show (toggle);
 #endif
 
+#endif
+
       /*  The area combo  */
       gegl_node_get (filter_tool->operation,
                      "operation", &operation_name,


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