mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
src/ssd/ssd.c: Keep view->margin in sync when toggling decorations
Fixes #409
This commit is contained in:
parent
ef3dbbf29a
commit
09915b8f43
5 changed files with 8 additions and 19 deletions
|
|
@ -42,7 +42,6 @@ reload_config_and_theme(void)
|
|||
if (!view->mapped || !view->ssd.enabled) {
|
||||
continue;
|
||||
}
|
||||
view->margin = ssd_thickness(view);
|
||||
ssd_reload(view);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue