WIP: working on saving filter options as part of project

This commit is contained in:
2017-05-31 16:25:46 +02:00
parent 62fa3ad8b1
commit cd612def81
3 changed files with 13 additions and 7 deletions

View File

@@ -1 +1 @@
02a5-dirty
62fa-dirty

View File

@@ -2399,7 +2399,7 @@ class FilterOptionsDialog(QDialog):
"""
super(FilterOptionsDialog, self).__init__()
if parent is not None and parent.getFilterOptions():
if parent is not None and parent.getFilters():
self.filterOptions = parent.getFilterOptions()
elif filterOptions is not None:
self.filterOptions = FilterOptions(filterOptions)