[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 415/473: Fixed solid background behind resizer widget.

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:59:45 CET 2015


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

gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 9eb170fda3018849ce22d4445f5502dd2df66fb1
Author: Graeme Gott <graeme at gottcode.org>
Date:   Sat Dec 6 19:41:41 2014 -0500

    Fixed solid background behind resizer widget.
---
 panel-plugin/resizer-widget.cpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/panel-plugin/resizer-widget.cpp b/panel-plugin/resizer-widget.cpp
index 9147700..83d8e3d 100644
--- a/panel-plugin/resizer-widget.cpp
+++ b/panel-plugin/resizer-widget.cpp
@@ -31,6 +31,7 @@ ResizerWidget::ResizerWidget(GtkWindow* window) :
 	m_alignment = GTK_ALIGNMENT(gtk_alignment_new(1,0,0,0));
 
 	m_drawing = gtk_drawing_area_new();
+	gtk_widget_set_app_paintable(m_drawing, true);
 	gtk_widget_set_size_request(m_drawing, 10, 10);
 	gtk_widget_add_events(m_drawing, GDK_BUTTON_PRESS_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK);
 	gtk_container_add(GTK_CONTAINER(m_alignment), m_drawing);

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


More information about the Xfce4-commits mailing list