[gtk+/wip/baedert/gtkimageview: 95/160] GtkImageView: Don't fix_anchor if fit_allocation is set...
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/gtkimageview: 95/160] GtkImageView: Don't fix_anchor if fit_allocation is set...
- Date: Sun, 5 Jun 2016 14:30:40 +0000 (UTC)
commit 58a6f3a7facd1c9d41a8b12a8e7bfbf122a6fdb1
Author: Timm Bäder <mail baedert org>
Date: Sat Jan 23 12:15:56 2016 +0100
GtkImageView: Don't fix_anchor if fit_allocation is set...
... and we're just changing the anchor.
gtk/gtkimageview.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkimageview.c b/gtk/gtkimageview.c
index baa1a83..6a8e9fc 100644
--- a/gtk/gtkimageview.c
+++ b/gtk/gtkimageview.c
@@ -575,7 +575,6 @@ gesture_zoom_changed_cb (GtkGestureZoom *gesture,
/* Don't emit */
priv->scale = new_scale;
- gtk_image_view_update_adjustments (image_view);
gtk_image_view_set_scale_internal (image_view, new_scale);
@@ -676,7 +675,8 @@ gesture_rotate_changed_cb (GtkGestureRotate *gesture,
priv->size_valid = FALSE;
gtk_image_view_update_adjustments (image_view);
- if (priv->hadjustment && priv->vadjustment)
+ if (priv->hadjustment && priv->vadjustment &&
+ !priv->fit_allocation)
gtk_image_view_fix_anchor (image_view,
priv->anchor_x,
priv->anchor_y,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]