[vlc-commits] Qt: SeekSlider: keep bottom chapter marks only

Francois Cartegnie git at videolan.org
Sat Dec 10 13:14:54 CET 2011


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat Dec 10 13:11:25 2011 +0100| [387a1c1eda8c7f867392f3f3ab301a18de942945] | committer: Francois Cartegnie

Qt: SeekSlider: keep bottom chapter marks only

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=387a1c1eda8c7f867392f3f3ab301a18de942945
---

 modules/gui/qt4/util/input_slider.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/util/input_slider.cpp b/modules/gui/qt4/util/input_slider.cpp
index ff64014..6ef722a 100644
--- a/modules/gui/qt4/util/input_slider.cpp
+++ b/modules/gui/qt4/util/input_slider.cpp
@@ -469,7 +469,6 @@ void SeekSlider::paintEvent( QPaintEvent *event )
                     int x = point.time / 1000000.0 / inputLength * size().width();
                     painter.setPen( foreground );
                     painter.setBrush( Qt::NoBrush );
-                    painter.drawLine( x, 0, x, CHAPTERSSPOTSIZE );
                     painter.drawLine( x, height(), x, height() - CHAPTERSSPOTSIZE );
                 }
             }



More information about the vlc-commits mailing list