another fix, call lt->arrange() in togglebar only

This commit is contained in:
Anselm R. Garbe
2007-05-15 13:36:04 +02:00
parent cf58091736
commit 37e062b0ed
3 changed files with 6 additions and 5 deletions

View File

@ -220,6 +220,7 @@ void
togglebar(const char *arg) {
bpos = (bpos == BarOff) ? BARPOS : BarOff;
updatebarpos();
lt->arrange();
}
void