diff --git a/modules/gui/qt4/components/info_widgets.cpp b/modules/gui/qt4/components/info_widgets.cpp index fa2df79cce..b6aa93c0e1 100644 --- a/modules/gui/qt4/components/info_widgets.cpp +++ b/modules/gui/qt4/components/info_widgets.cpp @@ -58,6 +58,7 @@ VLCStatsView::VLCStatsView( QWidget *parent ) : QGraphicsView( parent ) reset(); QPen linepen( Qt::DotLine ); + linepen.setCosmetic( true ); linepen.setBrush( QBrush( QColor( 33, 33, 33 ) ) ); for ( int i=0; i<3; i++ ) rulers[i] = viewScene->addLine( QLineF(), linepen );