[Xfce4-commits] <xfce4-notifyd:xfce4-notifyd-0.1> repaint issues: redraw the entire widget after configure event

Jérôme Guelfucci noreply at xfce.org
Wed Dec 1 21:54:03 CET 2010


Updating branch refs/heads/xfce4-notifyd-0.1
         to 1f7bec235799f1aceda388996eef507e85a838ea (commit)
       from 070e44ab9bbdf3e6a7900051ae76283acb3f2528 (commit)

commit 1f7bec235799f1aceda388996eef507e85a838ea
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Sun Jun 7 07:15:26 2009 -0700

    repaint issues: redraw the entire widget after configure event

 xfce4-notifyd/xfce-notify-window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/xfce4-notifyd/xfce-notify-window.c b/xfce4-notifyd/xfce-notify-window.c
index 23fb056..abf3ff1 100644
--- a/xfce4-notifyd/xfce-notify-window.c
+++ b/xfce4-notifyd/xfce-notify-window.c
@@ -688,6 +688,8 @@ xfce_notify_window_configure_event(GtkWidget *widget,
         window->close_btn_region = NULL;
     }
 
+    gtk_widget_queue_draw(widget);
+
     return ret;
 }
 



More information about the Xfce4-commits mailing list