mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3098 Show depth axis only for left-most plot. They all share the same depth axis anyway.
This commit is contained in:
@@ -628,6 +628,16 @@ void RimWellLogTrack::setXAxisTitle(const QString& text)
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RimWellLogTrack::depthPlotTitle() const
|
||||
{
|
||||
RimWellLogPlot* parent;
|
||||
this->firstAncestorOrThisOfTypeAsserted(parent);
|
||||
|
||||
return parent->depthPlotTitle();
|
||||
}
|
||||
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellLogTrack::setFormationWellPath(RimWellPath* wellPath)
|
||||
|
||||
Reference in New Issue
Block a user