[Xfce4-commits] [xfce/xfce4-panel] 01/03: arrow-button: Allow connect_after signals on draw
noreply at xfce.org
noreply at xfce.org
Sat Jun 29 00:15:37 CEST 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-panel.
commit d32217d77e52f7afb152975014ad9eeecd5f8322
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Jun 26 23:07:34 2019 +0200
arrow-button: Allow connect_after signals on draw
Otherwise you cannot draw with cairo on arrow-buttons.
---
libxfce4panel/xfce-arrow-button.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfce4panel/xfce-arrow-button.c b/libxfce4panel/xfce-arrow-button.c
index c49bcc0..0879a20 100644
--- a/libxfce4panel/xfce-arrow-button.c
+++ b/libxfce4panel/xfce-arrow-button.c
@@ -346,7 +346,7 @@ xfce_arrow_button_draw (GtkWidget *widget,
gtk_render_arrow (context, cr, angle, x, y, width);
}
- return TRUE;
+ return FALSE;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list