Salome HOME
refs #1379: style of overview band
authorasl <asl@opencascade.com>
Wed, 8 Nov 2017 15:18:56 +0000 (18:18 +0300)
committerasl <asl@opencascade.com>
Wed, 8 Nov 2017 15:18:56 +0000 (18:18 +0300)
src/HYDROGUI/HYDROGUI_Overview.cxx

index 1105e26fa45a18bd042962dd8dbc4182e44e16c8..3f34cf1775ec889e2cabda75bf3e832383d21e4f 100644 (file)
@@ -236,7 +236,7 @@ void HYDROGUI_OverviewBand::paintEvent( QPaintEvent* thePaintEvent )
 
   static QColor aColor = Qt::red;
   static int aWidth = 2;
-  static QPen aPen( QBrush( aColor ), aWidth, Qt::SolidLine );
+  static QPen aPen( QBrush( aColor ), aWidth, Qt::DashDotLine );
 
   painter.setPen( aPen );
   painter.drawPolygon( myPoints );