mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4652 Summary Curve Selector : Set case sensitivity to insensitive
This commit is contained in:
parent
d38fbfee79
commit
4a50e5f4c6
@ -626,6 +626,15 @@ void RimSummaryCurve::defineEditorAttribute(const caf::PdmFieldHandle* field, QS
|
||||
attrib->m_buttonText = "...";
|
||||
}
|
||||
}
|
||||
|
||||
if (&m_yValuesSummaryAddressUiField == field || &m_xValuesSummaryAddressUiField == field)
|
||||
{
|
||||
auto* attrib = dynamic_cast<caf::PdmUiLineEditorAttribute*>(attribute);
|
||||
if (attrib)
|
||||
{
|
||||
attrib->completerCaseSensitivity = Qt::CaseInsensitive;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user