Revert "Added Brackets"

This reverts commit ff801868b7.
This commit is contained in:
TheTravelingSpaceman
2017-03-12 19:37:55 +02:00
parent 940c766b61
commit 4e127a78df

View File

@@ -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;