#1178 Update well allocation plots when well color changes

This commit is contained in:
Magne Sjaastad
2017-02-10 19:12:21 +01:00
parent b3e845ed5e
commit d1743be8e7
3 changed files with 29 additions and 0 deletions

View File

@@ -119,6 +119,11 @@ void RimEclipseWell::fieldChangedByUi(const caf::PdmFieldHandle* changedField, c
RiuMainWindow::instance()->refreshDrawStyleActions();
}
if (changedField == &wellPipeColor)
{
RimEclipseWellCollection::updateWellAllocationPlots();
}
}
//--------------------------------------------------------------------------------------------------