mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Repair a regression in painting the signal meter scales
This commit is contained in:
parent
1c7b57cb55
commit
bd280bcdb9
@ -28,7 +28,7 @@ SignalMeter::~SignalMeter()
|
||||
|
||||
void SignalMeter::paintEvent( QPaintEvent * )
|
||||
{
|
||||
QPainter p;
|
||||
QPainter p {this};
|
||||
|
||||
p.drawLine(22, 10, 22, 130);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user