diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/fixedtip.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |