mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Legends (#2749): Clean up enable/showLegend option
* Make public field private ... * Make the option invisible from within the property panel.
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
const RivTernarySaturationOverlayItem* legend() const;
|
||||
RivTernarySaturationOverlayItem* legend();
|
||||
|
||||
caf::PdmField<bool> enableLegend;
|
||||
bool showLegend() const;
|
||||
|
||||
void setTitle(const QString& title);
|
||||
|
||||
@@ -107,6 +107,8 @@ private:
|
||||
caf::PdmField<bool> applyFullRangeMinMax;
|
||||
caf::PdmField<QString> ternaryRangeSummary;
|
||||
|
||||
caf::PdmField<bool> m_showLegend;
|
||||
|
||||
std::vector<double> m_globalAutoMax;
|
||||
std::vector<double> m_globalAutoMin;
|
||||
std::vector<double> m_localAutoMax;
|
||||
|
||||
Reference in New Issue
Block a user