Skip to content
Snippets Groups Projects
Commit efde8f4b authored by Jakob Voigts's avatar Jakob Voigts
Browse files

Print channel number in middle of channel height

parent 47a579ee
No related branches found
No related tags found
No related merge requests found
......@@ -642,7 +642,7 @@ void LfpChannelDisplay::paint(Graphics& g)
g.setColour(lineColour.withAlpha(0.7f));
g.setFont(channelFont);
g.drawText(String(chan+1), 10, 50, 200, 50, Justification::left, false);
g.drawText(String(chan+1), 10, channelHeight/2, 200, 50, Justification::left, false);
}
......
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