[gnome-photos/wip/rishi/double-buffering: 5/7] image-view: Redraw when the entire GeglNode has been computed



commit c6f5e0e254a9765ca2328672fd49e266e3a7ab7d
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Jan 17 10:49:31 2017 +0100

    image-view: Redraw when the entire GeglNode has been computed

 src/photos-image-view.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/photos-image-view.c b/src/photos-image-view.c
index 7b4cacc..9c973a9 100644
--- a/src/photos-image-view.c
+++ b/src/photos-image-view.c
@@ -222,6 +222,7 @@ photos_image_view_computed (PhotosImageView *self, GeglRectangle *rect)
 
   photos_image_view_update_graph (self);
   photos_image_view_update (self);
+  gtk_widget_queue_draw (GTK_WIDGET (self));
 }
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]