mirror of https://github.com/GNOME/gimp.git
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:
parent
f8e540891e
commit
1e61a438fd
|
@ -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
|
||||
|
|
|
@ -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];
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue