diff options
Diffstat (limited to 'src/ui/ui.c')
-rw-r--r-- | src/ui/ui.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/ui.c b/src/ui/ui.c index fdb9733a..a03747f2 100644 --- a/src/ui/ui.c +++ b/src/ui/ui.c @@ -682,10 +682,7 @@ meta_ui_theme_get_frame_borders (MetaUI *ui, } else { - borders->visible.top = 0; - borders->visible.bottom = 0; - borders->visible.left = 0; - borders->visible.right = 0; + meta_frame_borders_clear (borders); } if (style != NULL) |