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
@@ -183,6 +183,8 @@ public:
|
||||
|
||||
virtual std::pair<RiuPlotCurve*, int> findClosestCurve( const QPoint& pos, double& distanceToClick ) const = 0;
|
||||
|
||||
virtual void updateZoomDependentCurveProperties();
|
||||
|
||||
protected:
|
||||
void updateOverlayFrameLayout();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user