#8715 Fix multi summary title and legend updates

This commit is contained in:
Magne Sjaastad
2022-03-23 13:35:47 +01:00
committed by GitHub
parent 2aec91e66d
commit f45637b7f0
4 changed files with 41 additions and 2 deletions

View File

@@ -79,6 +79,9 @@ class RimSummaryPlot : public RimPlot, public RimSummaryDataSourceStepping
Q_OBJECT;
CAF_PDM_HEADER_INIT;
public:
caf::Signal<> curvesChanged;
public:
RimSummaryPlot( bool isCrossPlot = false );
~RimSummaryPlot() override;