[wmfs.c] Remove updatelayout when tagswitch

This commit is contained in:
Martin Duquesnoy 2008-09-06 17:37:43 +02:00
parent ff828688d9
commit e98439eb28

2
wmfs.c
View File

@ -953,7 +953,6 @@ tag(char *cmd) {
if(selbytag[seltag]) if(selbytag[seltag])
focus(selbytag[seltag]); focus(selbytag[seltag]);
updatelayout();
updateall(); updateall();
return; return;
} }
@ -980,7 +979,6 @@ tagswitch(char *cmd) {
if(selbytag[seltag]) if(selbytag[seltag])
focus(selbytag[seltag]); focus(selbytag[seltag]);
updatelayout();
updateall(); updateall();
return; return;
} }