#6514 Dark Theme : Fix color of rubber band zoom

This commit is contained in:
Magne Sjaastad
2020-09-16 13:34:44 +02:00
committed by Gaute Lindkvist
parent c53c72b4c3
commit 26ff3e28c8
4 changed files with 6 additions and 6 deletions

View File

@@ -103,9 +103,7 @@ RiuSummaryQwtPlot::RiuSummaryQwtPlot( RimSummaryPlot* plot, QWidget* parent /*=
{
// LeftButton for the zooming
m_zoomerLeft = new RiuQwtPlotZoomer( canvas() );
m_zoomerLeft->setRubberBandPen( QColor( Qt::black ) );
m_zoomerLeft->setTrackerMode( QwtPicker::AlwaysOff );
m_zoomerLeft->setTrackerPen( QColor( Qt::black ) );
m_zoomerLeft->initMousePattern( 1 );
// Attach a zoomer for the right axis