#9092 WLP: show only axis for first and last track.

This commit is contained in:
Kristian Bendiksen
2022-08-10 08:39:03 +02:00
parent 80961161d2
commit b4bca2276f
4 changed files with 53 additions and 4 deletions

View File

@@ -146,6 +146,9 @@ public:
RiaDefines::DepthUnitType caseDepthUnit() const;
bool isFirstVisibleTrack( RimWellLogTrack* track );
bool isLastVisibleTrack( RimWellLogTrack* track );
protected:
QImage snapshotWindowContent() override;