another fix, call lt->arrange() in togglebar only
This commit is contained in:
parent
cf58091736
commit
37e062b0ed
3 changed files with 6 additions and 5 deletions
1
layout.c
1
layout.c
|
@ -220,6 +220,7 @@ void
|
|||
togglebar(const char *arg) {
|
||||
bpos = (bpos == BarOff) ? BARPOS : BarOff;
|
||||
updatebarpos();
|
||||
lt->arrange();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue