Skip to content

Commit

Permalink
Remove whitespace from PatternClipView
Browse files Browse the repository at this point in the history
Co-authored-by: Dalton Messmer <[email protected]>
  • Loading branch information
regulus79 and messmerd committed Sep 22, 2024
1 parent 19837bc commit f8b763c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/clips/PatternClipView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void PatternClipView::paintEvent(QPaintEvent*)
embed::getIconPixmap( "muted", size, size ) );
}

if ( m_marker )
if (m_marker)
{
p.drawLine(m_markerPos, rect().bottom(), m_markerPos, rect().top());
}
Expand Down

0 comments on commit f8b763c

Please sign in to comment.