[gimp] app: enable tools_fg_select_brush_size_cmd_callback() again



commit 2e5d1ff05ece0dea39076532e635cfefb8f052a9
Author: Michael Natterer <mitch gimp org>
Date:   Fri Jun 7 22:27:59 2013 +0200

    app: enable tools_fg_select_brush_size_cmd_callback() again

 app/actions/tools-commands.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/tools-commands.c b/app/actions/tools-commands.c
index 5f93379..9c3a41d 100644
--- a/app/actions/tools-commands.c
+++ b/app/actions/tools-commands.c
@@ -260,7 +260,6 @@ tools_fg_select_brush_size_cmd_callback (GtkAction *action,
 
   tool_info = gimp_context_get_tool (context);
 
-#if 0
   if (tool_info && GIMP_IS_FOREGROUND_SELECT_OPTIONS (tool_info->tool_options))
     {
       action_select_property ((GimpActionSelectType) value,
@@ -269,7 +268,6 @@ tools_fg_select_brush_size_cmd_callback (GtkAction *action,
                               "stroke-width",
                               1.0, 4.0, 16.0, 0.1, FALSE);
     }
-#endif
 }
 
 void


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