mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Tab -> spaces
This commit is contained in:
@@ -245,17 +245,23 @@ void RimWellLogTrack::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
|
||||
{
|
||||
loadDataAndUpdate();
|
||||
|
||||
RimWellRftPlot* rftPlot(nullptr);
|
||||
RimWellRftPlot* rftPlot(nullptr);
|
||||
|
||||
firstAncestorOrThisOfType(rftPlot);
|
||||
|
||||
if (rftPlot)
|
||||
if (rftPlot)
|
||||
{
|
||||
rftPlot->updateConnectedEditors();
|
||||
}
|
||||
else
|
||||
{
|
||||
}
|
||||
RimWellPltPlot* pltPlot(nullptr);
|
||||
|
||||
firstAncestorOrThisOfType(pltPlot);
|
||||
if (pltPlot)
|
||||
RimWellPltPlot* pltPlot(nullptr);
|
||||
{
|
||||
pltPlot->updateConnectedEditors();
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (changedField == &m_formationCase)
|
||||
@@ -291,7 +297,8 @@ void RimWellLogTrack::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
|
||||
else if (changedField == &m_formationBranchIndex)
|
||||
{
|
||||
loadDataAndUpdate();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user