Add behavior to hide an empty taskbar in multi_desktop mode

This commit is contained in:
Benoit Averty
2016-08-31 16:55:33 +02:00
parent 008eebe4b1
commit 8976f35c5f
4 changed files with 41 additions and 28 deletions

View File

@@ -269,12 +269,11 @@ void init_panel()
if (panel_autohide)
autohide_trigger_hide(p);
update_taskbar_visibility(p);
}
taskbar_refresh_tasklist();
reset_active_task();
update_all_taskbars_visibility();
}
void init_panel_size_and_position(Panel *panel)