- it REALLY helps if I don't commit accidental changes

This commit is contained in:
Trigg 2021-10-15 08:20:30 +00:00
parent a7dd31c2ad
commit 53d72469ed

View file

@ -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)