From 56c118de8738c2593273606383f5972641eaf25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 14 Oct 2020 03:17:28 +0200 Subject: [PATCH] windowPreview: Keep borderCenter always visible We need it to position the icon now, which isn't hidden with the border. https://gitlab.gnome.org/Teams/Design/os-mockups/-/issues/81 Part-of: --- js/ui/windowPreview.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/ui/windowPreview.js b/js/ui/windowPreview.js index 63f519f08..e860f0647 100644 --- a/js/ui/windowPreview.js +++ b/js/ui/windowPreview.js @@ -297,8 +297,6 @@ var WindowPreview = GObject.registerClass({ factor: 0.5, })); this._borderCenter = new Clutter.Actor(); - this._border.bind_property('visible', this._borderCenter, 'visible', - GObject.BindingFlags.SYNC_CREATE); this._borderCenterConstraint = new Clutter.BindConstraint({ source: this._windowContainer, coordinate: Clutter.BindCoordinate.SIZE,