Fix some smaller issues

* #9253 Well allocation plot: Keep checked state of curves when changing time step
* #9254 Guard pointer when clicking on linked time axis icon
* #9250 Cross Plot : Ensure summary case change update both x and y data sources
This commit is contained in:
Magne Sjaastad
2022-09-01 07:50:40 +02:00
committed by GitHub
parent 7c2720f980
commit 7f78cb8c89
4 changed files with 33 additions and 9 deletions

View File

@@ -117,7 +117,8 @@ private:
RiaDefines::DepthTypeEnum depthType,
const std::vector<double>& depthValues,
const std::vector<double>& accFlow,
RimWellLogTrack* plotTrack );
RimWellLogTrack* plotTrack,
bool showCurve );
void updateWidgetTitleWindowTitle();
static QString wellStatusTextForTimeStep( const QString& wellName,