From 53d72469ed032072f557a9d2b17c2c7684e1cd56 Mon Sep 17 00:00:00 2001 From: Trigg Date: Fri, 15 Oct 2021 08:20:30 +0000 Subject: [PATCH] - it REALLY helps if I don't commit accidental changes --- discover_overlay/overlay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discover_overlay/overlay.py b/discover_overlay/overlay.py index 9ed70e7..0e1e556 100644 --- a/discover_overlay/overlay.py +++ b/discover_overlay/overlay.py @@ -156,7 +156,6 @@ class OverlayWindow(Gtk.Window): Create a custom input shape and tell it that all of the window is a cut-out This allows us to have a window above everything but that never gets clicked on """ - return (width, height) = self.get_size() surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, width, height) surface_ctx = cairo.Context(surface)