Corrected log deletion bug.

pull/70/head
WB5VQX 2019-02-16 20:58:59 -06:00
rodzic 71624162bb
commit 5efe5849ff
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()