mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6514 Dark Theme : Fix color of rubber band zoom
This commit is contained in:
committed by
Gaute Lindkvist
parent
c53c72b4c3
commit
26ff3e28c8
@@ -140,9 +140,7 @@ RiuFlowCharacteristicsPlot::RiuFlowCharacteristicsPlot( RimFlowCharacteristicsPl
|
||||
void RiuFlowCharacteristicsPlot::addWindowZoom( QwtPlot* plot )
|
||||
{
|
||||
auto zoomer = new RiuQwtPlotZoomer( plot->canvas() );
|
||||
// zoomer->setRubberBandPen( QColor( Qt::black ) );
|
||||
zoomer->setTrackerMode( QwtPicker::AlwaysOff );
|
||||
// zoomer->setTrackerPen( QColor( Qt::black ) );
|
||||
zoomer->initMousePattern( 1 );
|
||||
}
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user