[gimp] app: no need any more to block drawing before non-text changes to the proxy



commit a077d618eadd137cd37af22206c856ae5efe0396
Author: Michael Natterer <mitch gimp org>
Date:   Sun Mar 7 00:21:51 2010 +0100

    app: no need any more to block drawing before non-text changes to the proxy

 app/tools/gimptexttool.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimptexttool.c b/app/tools/gimptexttool.c
index cb945a4..d59bfdf 100644
--- a/app/tools/gimptexttool.c
+++ b/app/tools/gimptexttool.c
@@ -883,8 +883,6 @@ gimp_text_tool_rectangle_change_complete (GimpRectangleTool *rect_tool)
 
           gimp_image_get_resolution (text_tool->image, &xres, &yres);
 
-          gimp_text_tool_block_drawing (text_tool);
-
           g_object_set (text_tool->proxy,
                         "box-mode",   GIMP_TEXT_BOX_FIXED,
                         "box-width",  gimp_pixels_to_units (x2 - x1,



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