mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
server: update view->margin after theme change
This commit is contained in:
parent
dff6dba54b
commit
86c384b227
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ reload_config_and_theme(void)
|
|||
if (!view->mapped || !view->ssd.enabled) {
|
||||
continue;
|
||||
}
|
||||
view->margin = ssd_thickness(view);
|
||||
struct ssd_part *part;
|
||||
wl_list_for_each(part, &view->ssd.parts, link) {
|
||||
part->box = ssd_box(view, part->type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue