Repair a regression in painting the signal meter scales

This commit is contained in:
Bill Somerville 2021-05-30 14:21:45 +01:00
parent 1c7b57cb55
commit bd280bcdb9
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ SignalMeter::~SignalMeter()
void SignalMeter::paintEvent( QPaintEvent * )
{
QPainter p;
QPainter p {this};
p.drawLine(22, 10, 22, 130);