mirror of https://github.com/GNOME/gimp.git
notify the "update" property on the preview, not the toggle.
2004-08-31 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimppreview.c (gimp_preview_toggle_callback): notify the "update" property on the preview, not the toggle.
This commit is contained in:
parent
95a29f9fdc
commit
79da6a9779
|
@ -1,3 +1,8 @@
|
|||
2004-08-31 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimppreview.c (gimp_preview_toggle_callback):
|
||||
notify the "update" property on the preview, not the toggle.
|
||||
|
||||
2004-08-31 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimppreview.c: allow to pan the preview with all
|
||||
|
|
|
@ -437,7 +437,7 @@ gimp_preview_toggle_callback (GtkWidget *toggle,
|
|||
preview->update_preview = FALSE;
|
||||
}
|
||||
|
||||
g_object_notify (G_OBJECT (toggle), "update");
|
||||
g_object_notify (G_OBJECT (preview), "update");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue