Cross Plot : Set bool in field to false when push button is pressed

This commit is contained in:
Magne Sjaastad 2017-11-16 13:06:16 +01:00
parent fd1ab39cad
commit c59c167bbf

View File

@ -646,6 +646,8 @@ void RimSummaryCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
loadAndUpdate = true;
}
}
m_yPushButtonSelectSummaryAddress = false;
}
else if (changedField == &m_xPushButtonSelectSummaryAddress)
{
@ -663,6 +665,8 @@ void RimSummaryCurve::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
loadAndUpdate = true;
}
}
m_xPushButtonSelectSummaryAddress = false;
}
if (loadAndUpdate)