1
0

qt tabs: restore filter state after refresh

This commit is contained in:
SomberNight
2019-04-19 19:12:42 +02:00
parent 1110f13c62
commit 46a236f167
7 changed files with 10 additions and 6 deletions

View File

@@ -89,6 +89,7 @@ class InvoiceList(MyTreeView):
b = len(inv_list) > 0
self.setVisible(b)
self.parent.invoices_label.setVisible(b)
self.filter()
def import_invoices(self):
import_meta_gui(self.parent, _('invoices'), self.parent.invoices.import_file, self.update)