Skip to content

Commit

Permalink
Merge pull request #4416 from curlymorphic/eqaa
Browse files Browse the repository at this point in the history
Equalizer plugin has antialiasing enabled in the spectrum analyzer
  • Loading branch information
curlymorphic committed Jun 9, 2018
2 parents 0e98e03 + cbf4d50 commit 662f519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Eq/EqSpectrumView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ void EqSpectrumView::paintEvent(QPaintEvent *event)
const int LOWER_Y = -36; // dB
QPainter painter( this );
painter.setPen( QPen( m_color, 1, Qt::SolidLine, Qt::RoundCap, Qt::BevelJoin ) );
painter.setRenderHint(QPainter::Antialiasing, true);

if( m_analyser->getInProgress() || m_periodicalUpdate == false )
{
Expand Down

0 comments on commit 662f519

Please sign in to comment.