mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Completed fault label color
This commit is contained in:
@@ -86,12 +86,19 @@ void RimFaultCollection::fieldChangedByUi(const caf::PdmFieldHandle* changedFiel
|
||||
this->updateUiIconFromState(showFaultCollection);
|
||||
}
|
||||
|
||||
if (&faultLabelColor == changedField)
|
||||
{
|
||||
m_reservoirView->scheduleReservoirGridGeometryRegen();
|
||||
}
|
||||
|
||||
|
||||
if (&showGeometryDetectedFaults == changedField ||
|
||||
&showFaultFaces == changedField ||
|
||||
&showOppositeFaultFaces == changedField ||
|
||||
&showFaultCollection == changedField ||
|
||||
&showFaultLabel == changedField ||
|
||||
&limitFaultsToFilter == changedField)
|
||||
&limitFaultsToFilter == changedField ||
|
||||
&faultLabelColor == changedField)
|
||||
{
|
||||
if (m_reservoirView)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user