Skip to content

Commit 34c8a70

Browse files
committed
theme.c: Don't suppress the invisible border for non-tile/maximized
non-resizable windows. Regression from 74d1205
1 parent 632a165 commit 34c8a70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ui/theme.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ meta_frame_layout_get_borders (const MetaFrameLayout *layout,
9494
borders->visible.right = layout->frame_border.right;
9595
borders->visible.bottom = layout->frame_border.bottom;
9696

97+
borders->invisible = layout->invisible_border;
98+
9799
draggable_borders = meta_prefs_get_draggable_border_width ();
98100

99101
if (flags & META_FRAME_ALLOWS_HORIZONTAL_RESIZE)

0 commit comments

Comments
 (0)