From ffe02563cc60313e0bbfa8339a916e68fe7a0827 Mon Sep 17 00:00:00 2001 From: Allan Bazinet Date: Mon, 9 Sep 2024 14:29:22 -0700 Subject: [PATCH] Add dial bottom --- plotter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plotter.cpp b/plotter.cpp index 842611bd..c5fea7e6 100644 --- a/plotter.cpp +++ b/plotter.cpp @@ -610,6 +610,7 @@ CPlotter::DrawOverlayDial(int const fwidth) p.fillRect(rect(), Qt::transparent); p.setPen(Qt::red); p.fillRect(0, 26, fwidth + 2, 4, Qt::red); + p.fillRect(0, m_h - 4, fwidth + 2, 4, Qt::red); p.drawLine(0, 30, 0, m_h); // first slot, left line p.drawLine(fwidth + 1, 30, fwidth + 1, m_h); // first slot, right line