mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1029 Removed updateFieldVisibility methods. Replaced with simpler control in the defineUiOrdering method. Prep. for Flow Diag.
This commit is contained in:
@@ -69,7 +69,6 @@ private:
|
||||
friend class RicEclipsePropertyFilterFeatureImpl;
|
||||
|
||||
void updateActiveState();
|
||||
void updateFieldVisibility();
|
||||
void updateReadOnlyStateOfAllFields();
|
||||
bool isPropertyFilterControlled();
|
||||
|
||||
@@ -77,7 +76,7 @@ private:
|
||||
caf::PdmField<double> m_lowerBound;
|
||||
caf::PdmField<double> m_upperBound;
|
||||
|
||||
caf::PdmField<bool> m_categorySelection;
|
||||
caf::PdmField<bool> m_useCategorySelection;
|
||||
|
||||
double m_minimumResultValue;
|
||||
double m_maximumResultValue;
|
||||
|
||||
Reference in New Issue
Block a user