Use a time based summary plot as source for time axis linking

If a summary plot is created with a cross plot curve, the time axis object might not be configured. Always use a time based summary plot as source for linking of time axis.
This commit is contained in:
Magne Sjaastad
2023-10-27 15:45:15 +02:00
parent 184ed5fb65
commit 4ffd11da24
2 changed files with 21 additions and 8 deletions

View File

@@ -148,7 +148,7 @@ private:
void onSubPlotAxisReloadRequired( const caf::SignalEmitter* emitter, RimSummaryPlot* summaryPlot );
void onSubPlotAutoTitleChanged( const caf::SignalEmitter* emitter, bool isEnabled );
void updateTimeAxisRangesFromFirstPlot();
void updateTimeAxisRangesFromFirstTimePlot();
void updateReadOnlyState();