[gimp] app: GimpTextTool: use the highlight color for the selected text



commit 38287ba9f446aeff672cb0ec2fa9a223687de8dc
Author: Michael Natterer <mitch gimp org>
Date:   Sun Mar 20 23:59:19 2011 +0100

    app: GimpTextTool: use the highlight color for the selected text

 app/tools/gimptexttool.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimptexttool.c b/app/tools/gimptexttool.c
index 3c3a63a..1c73c46 100644
--- a/app/tools/gimptexttool.c
+++ b/app/tools/gimptexttool.c
@@ -830,6 +830,7 @@ gimp_text_tool_draw_selection (GimpDrawTool *draw_tool)
   gint             i;
 
   fill_group = gimp_draw_tool_add_fill_group (draw_tool);
+  gimp_canvas_item_set_highlight (GIMP_CANVAS_ITEM (fill_group), TRUE);
 
   gtk_text_buffer_get_selection_bounds (buffer, &sel_start, &sel_end);
 



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