This commit is contained in:
Alex Kotov 2021-11-18 22:09:35 +05:00
parent 3b2efbc150
commit bdaed84429
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -110,8 +110,7 @@ togglebar(const Arg *arg)
void
updatebar(Monitor *m)
{
m->show_bar =
unit_get_show_bar(selmon->pertag->units[selmon->pertag->curtag]);
m->show_bar = unit_get_show_bar(m->pertag->units[m->pertag->curtag]);
updatebarpos(m);
resizebarwin(m);