From 19a8ee294307c6f722cd80938da56d4af94df071 Mon Sep 17 00:00:00 2001 From: asl Date: Wed, 8 Nov 2017 18:18:56 +0300 Subject: [PATCH] refs #1379: style of overview band --- src/HYDROGUI/HYDROGUI_Overview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.2