added back in the "extra" update I removed earlier. :)

Mon Mar 16 00:28:16 CST 1998  Larry Ewing  <lewing@gimp.org>

	* app/undo.c: added back in the "extra" update I removed earlier. :)
This commit is contained in:
CST 1998 Larry Ewing 1998-03-16 06:29:30 +00:00 committed by Larry Ewing
parent f8e540891e
commit 1e61a438fd
3 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Mar 16 00:28:16 CST 1998 Larry Ewing <lewing@gimp.org>
* app/undo.c: added back in the "extra" update I removed earlier.
Sun Mar 15 20:39:12 CST 1998 Larry Ewing <lewing@gimp.org>
* app/undo.c (undo_pop_layer_displace): removed what seemed to be

View File

@ -803,6 +803,9 @@ undo_pop_layer_displace (GImage *gimage,
{
old_offsets[0] = GIMP_DRAWABLE(layer)->offset_x;
old_offsets[1] = GIMP_DRAWABLE(layer)->offset_y;
drawable_update (GIMP_DRAWABLE(layer), 0, 0,
GIMP_DRAWABLE(layer)->width,
GIMP_DRAWABLE(layer)->height);
GIMP_DRAWABLE(layer)->offset_x = info[1];
GIMP_DRAWABLE(layer)->offset_y = info[2];

View File

@ -803,6 +803,9 @@ undo_pop_layer_displace (GImage *gimage,
{
old_offsets[0] = GIMP_DRAWABLE(layer)->offset_x;
old_offsets[1] = GIMP_DRAWABLE(layer)->offset_y;
drawable_update (GIMP_DRAWABLE(layer), 0, 0,
GIMP_DRAWABLE(layer)->width,
GIMP_DRAWABLE(layer)->height);
GIMP_DRAWABLE(layer)->offset_x = info[1];
GIMP_DRAWABLE(layer)->offset_y = info[2];