[Xfce4-commits] [apps/xfce4-screenshooter] 01/05: fixed gray overlay in region mode screenshots (bug #11922)

noreply at xfce.org noreply at xfce.org
Mon Nov 30 22:04:32 CET 2015


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit c26a7f05537488dd3ed3e4b069bed56d0815322b
Author: Matias Wilkman <matias.wilkman at gmail.com>
Date:   Sat Nov 28 21:59:29 2015 +0200

    fixed gray overlay in region mode screenshots (bug #11922)
---
 lib/screenshooter-capture.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/screenshooter-capture.c b/lib/screenshooter-capture.c
index f4e6e92..b5649fe 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;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list