From 4ab26c4748b13590c350bc7b3cb4cfc83cb15225 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 3 May 2016 22:17:47 +0200 Subject: GTK+3 fixedtip: add style class tooltip --- src/ui/fixedtip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/fixedtip.c b/src/ui/fixedtip.c index 7cdf014e..573a670d 100644 --- a/src/ui/fixedtip.c +++ b/src/ui/fixedtip.c @@ -51,6 +51,7 @@ draw_handler (GtkWidget *widget, return FALSE; context = gtk_widget_get_style_context (widget); + gtk_style_context_add_class (context, "tooltip"); width = gtk_widget_get_allocated_width (widget); height = gtk_widget_get_allocated_height (widget); -- cgit v1.2.1