File tree Expand file tree Collapse file tree
Source/Processors/RecordNode Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,10 +176,10 @@ void RecordNodeEditor::loadCustomParameters(XmlElement* xml)
176176 {
177177
178178 // Get saved record path
179- dataPathLabel->setText (xmlNode->getStringAttribute (" path" ), juce::NotificationType::dontSendNotification );
179+ dataPathLabel->setText (xmlNode->getStringAttribute (" path" ), juce::NotificationType::sendNotification );
180180 engineSelectCombo->setSelectedId (xmlNode->getStringAttribute (" engine" ).getIntValue ());
181- eventRecord->setToggleState ((bool )(xmlNode->getStringAttribute (" recordEvents" ).getIntValue ()), juce::NotificationType::dontSendNotification );
182- spikeRecord->setToggleState ((bool )(xmlNode->getStringAttribute (" recordSpikes" ).getIntValue ()), juce::NotificationType::dontSendNotification );
181+ eventRecord->setToggleState ((bool )(xmlNode->getStringAttribute (" recordEvents" ).getIntValue ()), juce::NotificationType::sendNotification );
182+ spikeRecord->setToggleState ((bool )(xmlNode->getStringAttribute (" recordSpikes" ).getIntValue ()), juce::NotificationType::sendNotification );
183183
184184
185185 forEachXmlChildElement (*xmlNode, subNode)
You can’t perform that action at this time.
0 commit comments