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();
|
loadDataAndUpdate();
|
||||||
|
|
||||||
RimWellRftPlot* rftPlot(nullptr);
|
RimWellRftPlot* rftPlot(nullptr);
|
||||||
|
|
||||||
firstAncestorOrThisOfType(rftPlot);
|
firstAncestorOrThisOfType(rftPlot);
|
||||||
|
|
||||||
if (rftPlot)
|
if (rftPlot)
|
||||||
if (rftPlot)
|
{
|
||||||
|
rftPlot->updateConnectedEditors();
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
}
|
RimWellPltPlot* pltPlot(nullptr);
|
||||||
|
|
||||||
firstAncestorOrThisOfType(pltPlot);
|
firstAncestorOrThisOfType(pltPlot);
|
||||||
if (pltPlot)
|
if (pltPlot)
|
||||||
RimWellPltPlot* pltPlot(nullptr);
|
{
|
||||||
|
pltPlot->updateConnectedEditors();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (changedField == &m_formationCase)
|
else if (changedField == &m_formationCase)
|
||||||
@@ -291,7 +297,8 @@ void RimWellLogTrack::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
|
|||||||
else if (changedField == &m_formationBranchIndex)
|
else if (changedField == &m_formationBranchIndex)
|
||||||
{
|
{
|
||||||
loadDataAndUpdate();
|
loadDataAndUpdate();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user