Ok, since the obsolete undo step is invalid the undo_event of the image
2003-09-17 Simon Budig <simon@gimp.org> * app/tools/gimpvectortool.c: Ok, since the obsolete undo step is invalid the undo_event of the image probably should be GIMP_UNDO_EVENT_UNDO_EXPIRED. This fixes at least the undo history...
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2003-09-17 Simon Budig <simon@gimp.org>
|
||||||
|
|
||||||
|
* app/tools/gimpvectortool.c: Ok, since the obsolete undo
|
||||||
|
step is invalid the undo_event of the image probably should be
|
||||||
|
GIMP_UNDO_EVENT_UNDO_EXPIRED. This fixes at least the undo
|
||||||
|
history...
|
||||||
|
|
||||||
2003-09-17 Simon Budig <simon@gimp.org>
|
2003-09-17 Simon Budig <simon@gimp.org>
|
||||||
|
|
||||||
* app/tools/gimpvectortool.[ch]: Restored Mitchs favourite
|
* app/tools/gimpvectortool.[ch]: Restored Mitchs favourite
|
||||||
|
@ -567,7 +567,7 @@ gimp_vector_tool_button_release (GimpTool *tool,
|
|||||||
undo = gimp_undo_stack_pop_undo (gdisp->gimage->undo_stack,
|
undo = gimp_undo_stack_pop_undo (gdisp->gimage->undo_stack,
|
||||||
GIMP_UNDO_MODE_UNDO, &accum);
|
GIMP_UNDO_MODE_UNDO, &accum);
|
||||||
|
|
||||||
gimp_image_undo_event (gdisp->gimage, GIMP_UNDO_EVENT_UNDO, undo);
|
gimp_image_undo_event (gdisp->gimage, GIMP_UNDO_EVENT_UNDO_EXPIRED, undo);
|
||||||
|
|
||||||
gimp_undo_free (undo, GIMP_UNDO_MODE_UNDO);
|
gimp_undo_free (undo, GIMP_UNDO_MODE_UNDO);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user