mirror of
https://github.com/labwc/labwc.git
synced 2025-11-14 06:59:54 -05:00
parent
9e9c29d7f5
commit
c20c3991c7
2 changed files with 15 additions and 1 deletions
|
|
@ -56,6 +56,14 @@ ssd_border_create(struct ssd *ssd)
|
|||
if (view->maximized == VIEW_AXIS_BOTH) {
|
||||
wlr_scene_node_set_enabled(&ssd->border.tree->node, false);
|
||||
}
|
||||
|
||||
if (view->current.width > 0 && view->current.height > 0) {
|
||||
/*
|
||||
* The SSD is recreated by a Reconfigure request
|
||||
* thus we may need to handle squared corners.
|
||||
*/
|
||||
ssd_border_update(ssd);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue