- Reinforce input shape after monitor switch

This commit is contained in:
trigg 2022-06-23 18:50:45 +01:00
parent 4c074737aa
commit 491cac0bf2

View file

@ -275,6 +275,7 @@ class OverlayWindow(Gtk.Window):
if self.is_wayland:
if mon:
GtkLayerShell.set_monitor(self, mon)
self.set_untouchable()
self.force_location()
self.needsredraw = True