mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Avoid corner-related gaps reappearing after reconfigure
This commit is contained in:
parent
40208c57f1
commit
4d0ec36773
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ ssd_titlebar_create(struct ssd *ssd)
|
||||||
if (squared) {
|
if (squared) {
|
||||||
ssd->state.was_squared = true;
|
ssd->state.was_squared = true;
|
||||||
}
|
}
|
||||||
set_squared_corners(ssd, maximized || squared);
|
set_squared_corners(ssd, maximized || squared || theme->window[SSD_ACTIVE].title_bg.border_type || theme->window[SSD_INACTIVE].title_bg.border_type);
|
||||||
|
|
||||||
if (view->shaded) {
|
if (view->shaded) {
|
||||||
set_alt_button_icon(ssd, LAB_NODE_BUTTON_SHADE, true);
|
set_alt_button_icon(ssd, LAB_NODE_BUTTON_SHADE, true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue