mirror of
https://github.com/nqrduck/nqrduck-measurement.git
synced 2024-11-09 11:50:01 +00:00
Corrected FunctionSelectionWidget view mode for apodization.
This commit is contained in:
parent
a1cd03d91d
commit
df9461019c
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ class Apodization(DuckFormBuilder):
|
|||
duration=self.duration,
|
||||
parent=parent,
|
||||
default_function=0,
|
||||
view_mode="time",
|
||||
mode_selection=0,
|
||||
)
|
||||
|
||||
self.add_field(function_selection_field)
|
||||
|
|
Loading…
Reference in a new issue