#3132 Increase legend sample line lengths and scale by curve thickness

* Otherwise we can't distinguish between curves in the legend.
This commit is contained in:
Gaute Lindkvist
2018-07-02 14:49:09 +02:00
parent a898f909e1
commit 3dec239c99
3 changed files with 48 additions and 6 deletions

View File

@@ -112,7 +112,7 @@ protected:
virtual QString createCurveAutoName() = 0;
virtual void updateZoomInParentPlot() = 0;
virtual void onLoadDataAndUpdate(bool updateParentPlot) = 0;
virtual void initAfterRead() override;
void updateCurvePresentation(bool updatePlotLegend);
void updateOptionSensitivity();