duplicate the closed property too. fixes Bug #120961.
2003-09-02 Simon Budig <simon@gimp.org> * app/vectors/gimpstroke.c: duplicate the closed property too. fixes Bug #120961.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-09-02 Simon Budig <simon@gimp.org>
|
||||||
|
|
||||||
|
* app/vectors/gimpstroke.c: duplicate the closed property too.
|
||||||
|
fixes Bug #120961.
|
||||||
|
|
||||||
2003-09-02 Sven Neumann <sven@gimp.org>
|
2003-09-02 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* app/paint-funcs/paint-funcs.c: coding style and indentation.
|
* app/paint-funcs/paint-funcs.c: coding style and indentation.
|
||||||
|
@ -831,6 +831,8 @@ gimp_stroke_real_duplicate (const GimpStroke *stroke)
|
|||||||
list->data = gimp_anchor_duplicate (GIMP_ANCHOR (list->data));
|
list->data = gimp_anchor_duplicate (GIMP_ANCHOR (list->data));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
new_stroke->closed = stroke->closed;
|
||||||
|
|
||||||
return new_stroke;
|
return new_stroke;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user