[bugfix] filteroptions were not loaded from project

This commit is contained in:
2018-02-22 11:28:46 +01:00
parent 90bc7642fd
commit 2e5ed974f0
3 changed files with 16 additions and 11 deletions

View File

@@ -1 +1 @@
69955-dirty
90bc-dirty

View File

@@ -441,7 +441,7 @@ class FilterOptions(object):
if self:
robject = {'type': self.getFilterType(),
'corners': self.getOrder(),
'zerophase': True}
'zerophase': False}
if not self.getFilterType() in ['highpass', 'lowpass']:
robject['freqmin'] = self.getFreq()[0]
robject['freqmax'] = self.getFreq()[1]