mirror of https://github.com/GNOME/gimp.git
parent
cf660f3e94
commit
df6ab7d208
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,11 @@
|
|||
2008-10-28 Martin Nordholts <martinn@svn.gnome.org>
|
||||
|
||||
Bug 556603 – Zoom region always zooms in center of image
|
||||
|
||||
* app/tools/gimpmagnifytool.c (gimp_magnify_tool_button_release):
|
||||
When zooming with a click, use gimp_display_shell_scale() instead
|
||||
of local zoom logic.
|
||||
|
||||
2008-10-28 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/widgets/gimpwidgets-utils.[ch]: added "gboolean below" to
|
||||
|
@ -14,14 +22,6 @@
|
|||
* app/widgets/gimpfilleditor.c: pass FALSE if we are editing the
|
||||
context's "foreground" and "pattern" properties.
|
||||
|
||||
2008-10-28 Martin Nordholts <martinn@svn.gnome.org>
|
||||
|
||||
Bug 556603 – Zoom region always zooms in center of image
|
||||
|
||||
* app/tools/gimpmagnifytool.c (gimp_magnify_tool_button_release):
|
||||
When zooming with a click, use gimp_display_shell_scale() instead
|
||||
of local zoom logic.
|
||||
|
||||
2008-10-28 Martin Nordholts <martinn@svn.gnome.org>
|
||||
|
||||
* app/gegl/gimpoperationpointlayermode.c
|
||||
|
|
Loading…
Reference in New Issue