Skip to content

Commit

Permalink
Fix file drop not removing the overlay on X11 #157
Browse files Browse the repository at this point in the history
  • Loading branch information
heliguy4599 committed Dec 12, 2024
1 parent b799284 commit c3c8bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main_window/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def show_saved_page(self):
self.navigation_row_listbox.get_row_at_index(0).activate()

def on_file_drop(self, drop_target, value, x, y):
self.on_drop_leave() # needed for X11
try:
paks = []
remotes = []
Expand Down

0 comments on commit c3c8bb7

Please sign in to comment.