mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8451 Qt Charts: show fewer curve symbols.
The "Symbol Skip Distance" is used to space the symbols. Fixes #8451.
This commit is contained in:
committed by
Magne Sjaastad
parent
2e9c6e7a64
commit
7a954804ef
@@ -892,8 +892,8 @@ void RimPlotCurve::updateCurveAppearance()
|
||||
curveColor,
|
||||
fillBrush );
|
||||
|
||||
m_plotCurve->setSymbol( symbol );
|
||||
m_plotCurve->setSymbolSkipPixelDistance( m_curveAppearance->symbolSkipDistance() );
|
||||
m_plotCurve->setSymbol( symbol );
|
||||
|
||||
// Make sure the legend lines are long enough to distinguish between line types.
|
||||
// Standard width in Qwt is 8 which is too short.
|
||||
|
||||
@@ -1590,6 +1590,7 @@ void RimSummaryPlot::updateZoomInParentPlot()
|
||||
|
||||
plotWidget()->updateAxes();
|
||||
updateZoomFromParentPlot();
|
||||
plotWidget()->updateZoomDependentCurveProperties();
|
||||
plotWidget()->scheduleReplot();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user