[gimp] app: disable the "Use Applicator" toggle in paint options



commit 8696c0585552bcab6269c2648dfd9574c45dd8ac
Author: Michael Natterer <mitch gimp org>
Date:   Wed Apr 25 00:55:41 2018 +0200

    app: disable the "Use Applicator" toggle in paint options

 app/tools/gimppaintoptions-gui.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimppaintoptions-gui.c b/app/tools/gimppaintoptions-gui.c
index 12093df..2875681 100644
--- a/app/tools/gimppaintoptions-gui.c
+++ b/app/tools/gimppaintoptions-gui.c
@@ -139,8 +139,9 @@ gimp_paint_options_gui (GimpToolOptions *tool_options)
   gtk_box_pack_start (GTK_BOX (vbox), scale, FALSE, FALSE, 0);
   gtk_widget_show (scale);
 
-  /*  temp debug foo  */
-  if (g_type_is_a (tool_type, GIMP_TYPE_PAINT_TOOL) &&
+  /*  temp debug foo, disabled in stable  */
+  if (FALSE &&
+      g_type_is_a (tool_type, GIMP_TYPE_PAINT_TOOL) &&
       tool_type != GIMP_TYPE_MYBRUSH_TOOL)
     {
       GtkWidget *button;


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