Skip to content

Commit

Permalink
Force init scope label to black
Browse files Browse the repository at this point in the history
  • Loading branch information
masc4ii committed Jul 17, 2019
1 parent a93f858 commit 7815b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/qt/ScopesLabel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ScopesLabel::ScopesLabel(QWidget *parent)
m_pWaveFormMonitor = new WaveFormMonitor( 200 );
m_widthLabel = size().width();
m_imageScope = QImage(1, 1, QImage::Format_RGB888);
m_imageScope.fill( Qt::black );
m_pImageLabel = new QImage( SIZEW, SIZEH, QImage::Format_RGBA8888 );
paintScope();
}
Expand Down

0 comments on commit 7815b1b

Please sign in to comment.