Skip to content
Snippets Groups Projects
Commit f73d71e9 authored by Josh Siegle's avatar Josh Siegle
Browse files

Fix issue with previousChannelCount variable in PhaseDetectorEditor

parent f9145484
Branches
Tags
No related merge requests found
......@@ -31,7 +31,7 @@
PhaseDetectorEditor::PhaseDetectorEditor(GenericProcessor* parentNode, bool useDefaultParameterEditors=true)
: GenericEditor(parentNode, useDefaultParameterEditors), previousChannelCount(0)
: GenericEditor(parentNode, useDefaultParameterEditors), previousChannelCount(-1)
{
desiredWidth = 220;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment