mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2438 2D Intersection View: 3D Info Box items must follow settings in the main view
This commit is contained in:
@@ -56,6 +56,8 @@ public:
|
||||
|
||||
virtual bool isTimeStepDependentDataVisible() const override;
|
||||
|
||||
void updateLegends();
|
||||
|
||||
protected:
|
||||
|
||||
virtual void axisLabels(cvf::String* xLabel, cvf::String* yLabel, cvf::String* zLabel) override;
|
||||
@@ -78,7 +80,6 @@ protected:
|
||||
bool hasResults();
|
||||
int timeStepCount();
|
||||
|
||||
void updateLegends();
|
||||
|
||||
caf::PdmChildField<RimLegendConfig*> m_legendConfig;
|
||||
caf::PdmChildField<RimTernaryLegendConfig*> m_ternaryLegendConfig;
|
||||
|
||||
Reference in New Issue
Block a user