Fix Legendary, warning for missing locations

This commit is contained in:
kramo
2023-07-01 13:44:14 +02:00
parent 95d47815ab
commit 97e40e0a80
3 changed files with 68 additions and 7 deletions

View File

@@ -114,7 +114,7 @@ class DetailsWindow(Adw.Window):
self.exec_info_label.set_label(exec_info_text)
def clear_info_selection(*_args):
self.exec_info_label.select_region(0, 0)
self.exec_info_label.select_region(-1, -1)
self.exec_info_popover.connect("show", clear_info_selection)