WIP: working on saving filter options as part of project
This commit is contained in:
@@ -1 +1 @@
|
||||
02a5-dirty
|
||||
62fa-dirty
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user