[gnome-photos] tool-crop: Redraw when reset is clicked to erase the grid



commit ca7ad8320cb288e27353057f29827b566d2c514f
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Jan 24 19:39:07 2017 +0100

    tool-crop: Redraw when reset is clicked to erase the grid

 src/photos-tool-crop.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/photos-tool-crop.c b/src/photos-tool-crop.c
index c4877b9..46d7a27 100644
--- a/src/photos-tool-crop.c
+++ b/src/photos-tool-crop.c
@@ -923,6 +923,7 @@ photos_tool_crop_reset_clicked (PhotosToolCrop *self)
 {
   self->reset = TRUE;
   photos_tool_crop_set_active (self, -1);
+  gtk_widget_queue_draw (self->view);
   g_signal_emit_by_name (self, "hide-requested");
 }
 


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