Skip to content

Commit

Permalink
Add a border on non-fixed BB patterns (LMMS#3758)
Browse files Browse the repository at this point in the history
  • Loading branch information
Umcaruje authored Aug 16, 2017
1 parent d03c43b commit 851088f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracks/Pattern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ void PatternView::paintEvent( QPaintEvent * )
}

// inner border
if( !beatPattern )
if( !( fixedTCOs() && beatPattern ) )
{
p.setPen( c.lighter( current ? 160 : 130 ) );
p.drawRect( 1, 1, rect().right() - TCO_BORDER_WIDTH,
Expand Down

0 comments on commit 851088f

Please sign in to comment.