src/ssd/ssd.c: Keep view->margin in sync when toggling decorations

Fixes #409
This commit is contained in:
Consolatis 2022-06-28 19:42:40 +02:00 committed by Johan Malm
parent ef3dbbf29a
commit 09915b8f43
5 changed files with 8 additions and 19 deletions

View file

@ -42,7 +42,6 @@ reload_config_and_theme(void)
if (!view->mapped || !view->ssd.enabled) {
continue;
}
view->margin = ssd_thickness(view);
ssd_reload(view);
}