applied patch from Stefan Röllin to restore image offsets (bug #387604).
2007-07-24 Sven Neumann <sven@gimp.org> * plug-ins/print/print-page-layout.c: applied patch from Stefan Röllin to restore image offsets (bug #387604). svn path=/trunk/; revision=22986
This commit is contained in:

committed by
Sven Neumann

parent
bf6c7816e0
commit
39731af46c
@ -1,3 +1,8 @@
|
||||
2007-07-24 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/print/print-page-layout.c: applied patch from Stefan
|
||||
Röllin to restore image offsets (bug #387604).
|
||||
|
||||
2007-07-24 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/print/print-draw-page.c (create_surface_from_rgba):
|
||||
|
@ -434,8 +434,8 @@ print_offset_frame (PrintData *data,
|
||||
gimp_size_entry_set_resolution (GIMP_SIZE_ENTRY (entry), 1,
|
||||
72.0, FALSE);
|
||||
|
||||
gimp_size_entry_set_value (GIMP_SIZE_ENTRY (entry), 0, 0);
|
||||
gimp_size_entry_set_value (GIMP_SIZE_ENTRY (entry), 1, 0);
|
||||
gimp_size_entry_set_refval (GIMP_SIZE_ENTRY (entry), 0, data->offset_x);
|
||||
gimp_size_entry_set_refval (GIMP_SIZE_ENTRY (entry), 1, data->offset_y);
|
||||
|
||||
g_signal_connect (info.offset_entry, "value-changed",
|
||||
G_CALLBACK (print_size_info_offset_changed),
|
||||
|
Reference in New Issue
Block a user