Fix file drop not removing the overlay on X11 #157

This commit is contained in:
heliguy
2024-12-12 15:35:21 -05:00
parent b7992849f6
commit c3c8bb7972

View File

@@ -119,6 +119,7 @@ class WarehouseWindow(Adw.ApplicationWindow):
self.navigation_row_listbox.get_row_at_index(0).activate() self.navigation_row_listbox.get_row_at_index(0).activate()
def on_file_drop(self, drop_target, value, x, y): def on_file_drop(self, drop_target, value, x, y):
self.on_drop_leave() # needed for X11
try: try:
paks = [] paks = []
remotes = [] remotes = []