[vlc-commits] Qt: SeekSlider: keep bottom chapter marks only
    Francois Cartegnie 
    git at videolan.org
       
    Sat Dec 10 20:15:50 CET 2011
    
    
  
vlc/vlc-1.2 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat Dec 10 13:11:25 2011 +0100| [1f7f4e2766004b3a7a4fa6e441a3bd3088805e77] | committer: Jean-Baptiste Kempf
Qt: SeekSlider: keep bottom chapter marks only
(cherry picked from commit 387a1c1eda8c7f867392f3f3ab301a18de942945)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=1f7f4e2766004b3a7a4fa6e441a3bd3088805e77
---
 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