Merge pull request #70 from WB5VQX/master

Corrected log deletion bug.
master
Christian T. Jacobs 2019-02-22 20:59:28 +00:00 zatwierdzone przez GitHub
commit df629e7a64
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -345,6 +345,7 @@ class Logbook:
self.sorter.pop(log_index)
self.filter.pop(log_index)
# And finally remove the tab in the Logbook.
self.notebook.set_current_page(page_index - 1)
self.notebook.remove_page(page_index)
self.summary.update()