Fixed merge issue

This commit is contained in:
Magne Sjaastad 2017-02-03 10:52:22 +01:00
parent 6dc0a7ff59
commit 7738b7f74b

View File

@ -438,9 +438,8 @@ void RimEclipseWellCollection::fieldChangedByUi(const caf::PdmFieldHandle* chang
{
RiuMainWindow::instance()->refreshDrawStyleActions();
}
}
if (&wellPipeCoordType)
if (&wellPipeCoordType == changedField)
{
for (RimEclipseWell* w : wells)
{