diff options
author | raveit65 <[email protected]> | 2016-05-03 22:17:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-03 22:17:47 +0200 |
commit | 4ab26c4748b13590c350bc7b3cb4cfc83cb15225 (patch) | |
tree | ccd43ab75eeae26e87b4b2481d1fe62edd7a3379 | |
parent | f1a2bc89a89f60827beba19969a02d858f85f56a (diff) | |
download | marco-4ab26c4748b13590c350bc7b3cb4cfc83cb15225.tar.bz2 marco-4ab26c4748b13590c350bc7b3cb4cfc83cb15225.tar.xz |
GTK+3 fixedtip: add style class tooltip
-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); |