mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Cross Plot : Set bool in field to false when push button is pressed
This commit is contained in:
parent
fd1ab39cad
commit
c59c167bbf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user