Commit 387a1c1e authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: SeekSlider: keep bottom chapter marks only

parent ede3bd60
...@@ -469,7 +469,6 @@ void SeekSlider::paintEvent( QPaintEvent *event ) ...@@ -469,7 +469,6 @@ void SeekSlider::paintEvent( QPaintEvent *event )
int x = point.time / 1000000.0 / inputLength * size().width(); int x = point.time / 1000000.0 / inputLength * size().width();
painter.setPen( foreground ); painter.setPen( foreground );
painter.setBrush( Qt::NoBrush ); painter.setBrush( Qt::NoBrush );
painter.drawLine( x, 0, x, CHAPTERSSPOTSIZE );
painter.drawLine( x, height(), x, height() - CHAPTERSSPOTSIZE ); painter.drawLine( x, height(), x, height() - CHAPTERSSPOTSIZE );
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment