[gimp/soc-2013-combined-selection-tool] app: Selectbyshape:tool_draw Commented out some code
- From: Ajay Ramanathan <ajayr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2013-combined-selection-tool] app: Selectbyshape:tool_draw Commented out some code
- Date: Sun, 21 Jul 2013 17:22:53 +0000 (UTC)
commit 0f2d1c1c998cfe7f898c619f238f0547dfa4f22d
Author: Ajay Ramanathan <ajay 010293 gmail com>
Date: Mon Jul 15 08:45:04 2013 +0530
app: Selectbyshape:tool_draw Commented out some code
app/tools/gimpselectbyshapetool.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimpselectbyshapetool.c b/app/tools/gimpselectbyshapetool.c
index 129b9bf..5d7bba8 100644
--- a/app/tools/gimpselectbyshapetool.c
+++ b/app/tools/gimpselectbyshapetool.c
@@ -95,7 +95,9 @@ gimp_select_by_shape_tool_init (GimpSelectByShapeTool *select_by_shape)
static void
gimp_select_by_shape_tool_draw (GimpDrawTool *draw_tool)
{
- GimpSelectByShapeTool *rect_sel_tool;
+ GimpCanvasGroup *stroke_group = NULL;
+
+ /*GimpSelectByShapeTool *rect_sel_tool;
GimpSelectByShape *priv;
GimpCanvasGroup *stroke_group = NULL;
@@ -185,11 +187,13 @@ gimp_select_by_shape_tool_draw (GimpDrawTool *draw_tool)
gimp_rectangle_tool_draw (draw_tool, stroke_group);
break;
}
- }
+ }*/
+ gimp_rectangle_tool_draw (draw_tool, stroke_group);
}
+
static void
gimp_select_by_shape_tool_select (GimpRectangleSelectTool *rect_tool,
GimpChannelOps operation,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]