mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user