#950 Some guarding and data update on changing the active formation names reference in case. More to do.

This commit is contained in:
Jacob Støren
2016-11-02 17:03:59 +01:00
parent 9e0cf779b6
commit ca7bd5b2b0
2 changed files with 12 additions and 2 deletions

View File

@@ -369,7 +369,7 @@ void RimEclipsePropertyFilter::updateFilterName()
{
newFiltername += " (";
if (m_selectedCategoryValues().size() == m_categoryValues.size())
if ( m_selectedCategoryValues().size() && m_selectedCategoryValues().size() == m_categoryValues.size() )
{
newFiltername += QString::number(m_selectedCategoryValues()[0]);
newFiltername += "..";