Skip to content
Snippets Groups Projects
Commit b9896e11 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Merge branch 'master' of github.com:open-ephys/GUI

Conflicts:
	Source/Processors/GenericProcessor/GenericProcessor.cpp
parents 64d995bc 30678a5e
No related branches found
No related tags found
No related merge requests found
......@@ -380,6 +380,9 @@ void GenericProcessor::update()
{
ch->setRecordState(recordStatus[i]);
ch->isMonitored = monitorStatus[i];
} else {
if (this->isSource())
ch->setRecordState(true);
}
channels.add(ch);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment