mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-05 00:41:19 -05:00
Merge branch 'feat-map65-integration' of bitbucket.org:k1jt/wsjtx into feat-map65-integration
This commit is contained in:
commit
a1bc5ddf71
@ -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