Skip to content

Commit 74fc6ae

Browse files
committed
Merge branch 'pulsepalnew' of https://github.com/CINPLA/open-ephys-plugin-GUI into pulsepalnew
2 parents befb73c + ae4e00e commit 74fc6ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Plugins/PulsePalOutput/PulsePalOutputEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ void ChannelTriggerInterface::paint(Graphics& g)
152152

153153
void ChannelTriggerInterface::buttonClicked(Button* button)
154154
{
155-
pulsePal->triggerChannel(channelNumber);
155+
pulsePal->triggerChannel(channelNumber + 1);
156156
}
157157

158158
void ChannelTriggerInterface::updateSources()

0 commit comments

Comments
 (0)