all repos — tint2 @ 7dbc894d2ed27c6d1c53961a4a0457fe90fa1b52

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Hide tooltip on desktop change (fixes issue #593)
o9000 mrovi9000@gmail.com
commit

7dbc894d2ed27c6d1c53961a4a0457fe90fa1b52

parent

c3a86e185d548e11bb12bc766a58fd3b617c1c46

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M src/tint.csrc/tint.c

@@ -1024,8 +1024,11 @@ }

taskbar_refresh_tasklist(); reset_active_task(); update_all_taskbars_visibility(); + if (old_desktop != server.desktop) + tooltip_trigger_hide(); panel_refresh = TRUE; } else if (old_desktop != server.desktop) { + tooltip_trigger_hide(); for (int i = 0; i < num_panels; i++) { Panel *panel = &panels[i]; set_taskbar_state(&panel->taskbar[old_desktop], TASKBAR_NORMAL);