Skip to content

Commit

Permalink
Revert "Added Brackets"
Browse files Browse the repository at this point in the history
This reverts commit ff80186.
  • Loading branch information
WalterSmuts committed Mar 12, 2017
1 parent 940c766 commit 4e127a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gui/editors/AutomationEditor.cpp
Expand Up @@ -1334,13 +1334,9 @@ void AutomationEditor::paintEvent(QPaintEvent * pe )

float nextValue;
if ( m_pattern->valuesAfter( ( it + 1 ).key() ) != NULL )
{
nextValue = *( m_pattern->valuesAfter( ( it + 1 ).key() ) );
}
else
{
nextValue = values[ ( it + 1 ).key() - it.key() -1 ];
}

p.setRenderHints( QPainter::Antialiasing, true );
QPainterPath path;
Expand Down

0 comments on commit 4e127a7

Please sign in to comment.