mirror of https://github.com/GNOME/gimp.git
Don't foget to update the integer representation of the rectangle.
2008-01-21 Martin Nordholts <martinn@svn.gnome.org> * app/tools/gimprectangletool.c (gimp_rectangle_tool_set_other_side_coord): Don't foget to update the integer representation of the rectangle. svn path=/trunk/; revision=24665
This commit is contained in:
parent
86199bcddc
commit
8aabfe2c1d
|
@ -1,3 +1,9 @@
|
|||
2008-01-21 Martin Nordholts <martinn@svn.gnome.org>
|
||||
|
||||
* app/tools/gimprectangletool.c
|
||||
(gimp_rectangle_tool_set_other_side_coord): Don't foget to update
|
||||
the integer representation of the rectangle.
|
||||
|
||||
2008-01-21 Martin Nordholts <martinn@svn.gnome.org>
|
||||
|
||||
* app/tools/gimpeditselectiontool.[ch]: Moved the logic in _motion
|
||||
|
|
|
@ -2881,6 +2881,8 @@ gimp_rectangle_tool_set_other_side_coord (GimpRectangleTool *rect_tool,
|
|||
*other_y = other_side_y;
|
||||
|
||||
gimp_rectangle_tool_check_function (rect_tool);
|
||||
|
||||
gimp_rectangle_tool_update_int_rect (rect_tool);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue