mirror of
https://github.com/labwc/labwc.git
synced 2025-11-07 13:30:06 -05:00
src/ssd: ensure unround corners + disabled borders are set on reload
E.g. when using Reconfigure or ToggleDecorations with a maximized view.
This commit is contained in:
parent
72936ccb3e
commit
ef8709d7fe
2 changed files with 11 additions and 0 deletions
|
|
@ -52,6 +52,10 @@ ssd_border_create(struct ssd *ssd)
|
|||
theme->border_width + SSD_BUTTON_WIDTH,
|
||||
-(ssd->titlebar.height + theme->border_width), color);
|
||||
} FOR_EACH_END
|
||||
|
||||
if (view->maximized) {
|
||||
wlr_scene_node_set_enabled(&ssd->border.tree->node, false);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue