wibox: kick systray on detach
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
5cc82a4af5
commit
a329da144d
1
wibox.c
1
wibox.c
|
@ -554,6 +554,7 @@ wibox_detach(wibox_t *wibox)
|
||||||
/* save visible state */
|
/* save visible state */
|
||||||
v = wibox->isvisible;
|
v = wibox->isvisible;
|
||||||
wibox->isvisible = false;
|
wibox->isvisible = false;
|
||||||
|
wibox_systray_refresh(wibox);
|
||||||
wibox_position_update(wibox);
|
wibox_position_update(wibox);
|
||||||
/* restore position */
|
/* restore position */
|
||||||
wibox->isvisible = v;
|
wibox->isvisible = v;
|
||||||
|
|
Loading…
Reference in New Issue