#1429 Fix issue with curve colors and symbols for all cases being the same

This commit is contained in:
Bjørnar Grip Fjær 2017-04-24 11:20:02 +02:00
parent 07b95da98f
commit 274a108235

View File

@ -150,7 +150,7 @@ void RimSummaryCurveAppearanceCalculator::updateApperanceIndices()
int idx = 0;
for (auto& pair : m_caseToAppearanceIdxMap)
{
pair.second = static_cast<int>(caseAppearanceIndices[pair.first->caseName().toUtf8().constData()]);
pair.second = static_cast<int>(caseAppearanceIndices[pair.first->summaryHeaderFilename().toUtf8().constData()]);
}
}
{