Skip to content
Snippets Groups Projects
Commit 83cb60fc authored by jvoigts's avatar jvoigts
Browse files

Made event markers slightly more visible

parent 4e999a10
Branches
Tags
No related merge requests found
......@@ -899,7 +899,7 @@ void LfpChannelDisplay::paint(Graphics& g)
if (display->getEventDisplayState(ev_ch)){ // check if plotting for this channel is enabled
if ( rawEventState & (1 << ev_ch)){ // events are representet by a bit code, so we have to extract the individual bits with a mask
g.setColour(display->channelColours[ev_ch*2]); // get color from lfp color scheme
g.setOpacity(0.25f);
g.setOpacity(0.35f);
g.drawLine(i, center-channelHeight/2 , i, center+channelHeight/2);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment