mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-22 16:03:13 -04:00
Fix misalignment in Song Editor
This commit is contained in:
@@ -893,7 +893,7 @@ void trackContentWidget::updateBackground()
|
||||
// draw lines
|
||||
pmp.setPen( QPen( QColor( 0, 0, 0, 160 ), 1 ) );
|
||||
// horizontal line
|
||||
pmp.drawLine( 0, 0, w*2, 0 );
|
||||
pmp.drawLine( 0, h-1, w*2, h-1 );
|
||||
|
||||
// vertical lines
|
||||
for( float x = 0; x < w * 2; x += ppt )
|
||||
|
||||
Reference in New Issue
Block a user