X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=blobdiff_plain;f=src%2Ftint.c;h=bc915eb3f3a51f31cbf110e6e7744376c46efe3e;hp=a7016b3ea403e463c590c8825e7440d263f316fd;hb=857a47544272e432112157dc55694faf079b8c77;hpb=e2715a85118ed183880c42dea2fad79402c896cb diff --git a/src/tint.c b/src/tint.c index a7016b3..bc915eb 100644 --- a/src/tint.c +++ b/src/tint.c @@ -873,7 +873,6 @@ start: if (e.xmotion.state & button_mask) event_button_motion_notify (&e); - if (!g_tooltip.enabled) break; Panel* panel = get_panel(e.xmotion.window); Area* area = click_area(panel, e.xmotion.x, e.xmotion.y); if (area->_get_tooltip_text) @@ -884,8 +883,7 @@ start: } case LeaveNotify: - if (g_tooltip.enabled) - tooltip_trigger_hide(); + tooltip_trigger_hide(); break; case Expose: