diff --git a/client/src/proxguiqt.cpp b/client/src/proxguiqt.cpp index 493764501..d6065f7ac 100644 --- a/client/src/proxguiqt.cpp +++ b/client/src/proxguiqt.cpp @@ -549,7 +549,7 @@ void Plot::PlotDemod(uint8_t *buffer, size_t len, QRect plotRect, QRect annotati if (GraphPixelsPerPoint > 10) { QRect f(QPoint(x - 3, y - 3), QPoint(x + 3, y + 3)); - painter->fillRect(f, QColor(100, 255, 100)); + painter->fillRect(f, getColor(graphNum)); } if (j == (int)clk / 2) { //print label