layout: Fix layoutswitch()

This commit is contained in:
Martin Duquesnoy 2008-11-30 04:41:33 +01:00
parent 2c2625fd72
commit 7ca18df97d

View File

@ -108,7 +108,8 @@ layoutswitch(Bool b)
break;
}
}
arrange();
tags[selscreen][seltag[selscreen]].layout.func();
infobar_draw(selscreen);
return;
}