Skip to content

Commit b662df5

Browse files
committed
change event triggered average background to match that of the LFP viewer to enhance visibility
1 parent f2e7ac4 commit b662df5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Plugins/EvntTrigAvg/EvntTrigAvgCanvas.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ void EvntTrigAvgCanvas::resized()
105105

106106
void EvntTrigAvgCanvas::paint(Graphics& g)
107107
{
108-
g.fillAll(Colours::darkgrey);
108+
g.fillAll(Colour(0,18,43));
109109

110110
int width=getWidth();
111111
int height=getHeight();

0 commit comments

Comments
 (0)