From 0b6191cc11076a30b614eb21cbc9265d4ba16a65 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 1 Aug 2021 19:41:15 +0200 Subject: [PATCH] fix demod plot points color --- client/src/proxguiqt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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