Add a border on non-fixed BB patterns (#3758)

This commit is contained in:
Umcaruje
2017-08-16 15:00:34 +02:00
committed by GitHub
parent 94646e28fe
commit 2981651cb2

View File

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