invalidate LAYOUTS unconditionnaly
This commit is contained in:
parent
2aacaa9320
commit
53f3a4aca7
4
layout.c
4
layout.c
|
@ -258,8 +258,8 @@ uicb_tag_setlayout(int screen, char *arg)
|
||||||
|
|
||||||
if(globalconf.focus->client)
|
if(globalconf.focus->client)
|
||||||
arrange(screen);
|
arrange(screen);
|
||||||
else
|
|
||||||
widget_invalidate_cache(screen, WIDGET_CACHE_LAYOUTS);
|
widget_invalidate_cache(screen, WIDGET_CACHE_LAYOUTS);
|
||||||
|
|
||||||
saveawesomeprops(screen);
|
saveawesomeprops(screen);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue