We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec11df5 commit a604733Copy full SHA for a604733
1 file changed
Source/Plugins/LfpDisplayNode/LfpDisplayEditor.cpp
@@ -206,7 +206,7 @@ void LfpDisplayEditor::loadVisualizerParameters(XmlElement* xml)
206
{
207
std::cout << "LfpDisplay found " << xmlNode->getIntAttribute("SubprocessorId") << std::endl;
208
defaultSubprocessor = xmlNode->getIntAttribute("SubprocessorId");
209
- subprocessorSelection->setSelectedItemIndex(defaultSubprocessor + 1, sendNotification);
+ subprocessorSelection->setSelectedItemIndex(defaultSubprocessor, sendNotification);
210
211
}
212
0 commit comments