Highlight the curve belonging to the legend you click on. (#9259)

* Highlight the curve belonging to the legend you click on.
* Make sure legend curve order remains the same when changing hilited curve
This commit is contained in:
jonjenssen
2022-09-06 07:21:24 +02:00
committed by GitHub
parent 49e298c0b8
commit 2aedf38f79
9 changed files with 87 additions and 25 deletions

View File

@@ -188,6 +188,9 @@ public:
virtual void updateZoomDependentCurveProperties();
signals:
void curveOrderNeedsUpdate();
protected:
void updateOverlayFrameLayout();