mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Fix file drop not removing the overlay on X11 #157
This commit is contained in:
@@ -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 = []
|
||||||
|
|||||||
Reference in New Issue
Block a user