From 5b83ed59ddb4c32c4a844329fc6d85608c162ae8 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 31 Jan 2022 10:58:49 +0300 Subject: [PATCH] screenshot: Enable opacity redirect for the panel This makes the panel look correct when it fades out (e.g. while dragging the area selection around or while the screenshot UI is fading in and out). Part-of: --- js/ui/screenshot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/screenshot.js b/js/ui/screenshot.js index 5c338120e..56f3cab7f 100644 --- a/js/ui/screenshot.js +++ b/js/ui/screenshot.js @@ -1081,6 +1081,7 @@ var ScreenshotUI = GObject.registerClass({ y_align: Clutter.ActorAlign.END, y_expand: true, vertical: true, + offscreen_redirect: Clutter.OffscreenRedirect.AUTOMATIC_FOR_OPACITY, }); this._primaryMonitorBin.add_child(this._panel);