mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1939 Curve creator: Select newly created or edited plot on Apply/OK. Will only be visible if plot is toggled
This commit is contained in:
parent
8bae516af7
commit
29ac350b8f
@ -306,6 +306,8 @@ void RicSummaryCurveCreator::fieldChangedByUi(const caf::PdmFieldHandle* changed
|
|||||||
{
|
{
|
||||||
m_closeButtonField = true;
|
m_closeButtonField = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RiaApplication::instance()->getOrCreateAndShowMainPlotWindow()->selectAsCurrentItem(m_targetPlot);
|
||||||
}
|
}
|
||||||
else if (changedField == &m_useAutoAppearanceAssignment && m_useAutoAppearanceAssignment)
|
else if (changedField == &m_useAutoAppearanceAssignment && m_useAutoAppearanceAssignment)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user