app: no need any more to block drawing before non-text changes to the proxy
This commit is contained in:
parent
44f6d074a3
commit
a077d618ea
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue