From: asl Date: Wed, 8 Nov 2017 15:18:56 +0000 (+0300) Subject: refs #1379: style of overview band X-Git-Tag: v2.1~51^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=19a8ee294307c6f722cd80938da56d4af94df071;p=modules%2Fhydro.git refs #1379: style of overview band --- diff --git a/src/HYDROGUI/HYDROGUI_Overview.cxx b/src/HYDROGUI/HYDROGUI_Overview.cxx index 1105e26f..3f34cf17 100644 --- a/src/HYDROGUI/HYDROGUI_Overview.cxx +++ b/src/HYDROGUI/HYDROGUI_Overview.cxx @@ -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 );