From 4a0bec24dc73a65e4d5b91331f5b9636917736d5 Mon Sep 17 00:00:00 2001 From: Matias Wilkman Date: Sat, 28 Nov 2015 21:59:29 +0200 Subject: [PATCH] fixed gray overlay in region mode screenshots Made at meatspace coordinates Latitude: 61.4460104 Longitude: 23.8463308 --- lib/screenshooter-capture.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/screenshooter-capture.c b/lib/screenshooter-capture.c index 86356ba..c435bab 100644 --- a/lib/screenshooter-capture.c +++ b/lib/screenshooter-capture.c @@ -748,6 +748,7 @@ static GdkPixbuf gtk_dialog_run (GTK_DIALOG (window)); gtk_widget_destroy (window); gdk_cursor_unref (xhair_cursor); + gdk_flush(); if (cancelled) return NULL; -- 2.6.2