mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Replaced uiField() and xmlField() with uiCapability() and xmlCapability()
This commit is contained in:
@@ -59,7 +59,7 @@ void RimMockModelSettings::fieldChangedByUi(const caf::PdmFieldHandle* changedFi
|
||||
{
|
||||
totalCellCount = cellCountX * cellCountY * cellCountZ;
|
||||
|
||||
caf::PdmUiFieldHandle* uiFieldHandle = uiField(&totalCellCount);
|
||||
caf::PdmUiFieldHandle* uiFieldHandle = totalCellCount.uiCapability();
|
||||
if (uiFieldHandle)
|
||||
{
|
||||
uiFieldHandle->updateConnectedEditors();
|
||||
|
||||
Reference in New Issue
Block a user