- it REALLY helps if I don't commit accidental changes
This commit is contained in:
parent
a7dd31c2ad
commit
53d72469ed
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue