mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6252 Category Colors : Name and corresponding color do not match
Set category data directly to the category mapper with no reverse ordering When drawing the color legend, always draw categories with lower index first
This commit is contained in:
@@ -1363,7 +1363,7 @@ void RimEclipseView::onUpdateLegends()
|
||||
else
|
||||
{
|
||||
const std::vector<QString> fnVector = eclipseCase->formationNames();
|
||||
cellEdgeResult()->legendConfig()->setNamedCategoriesInverse( fnVector );
|
||||
cellEdgeResult()->legendConfig()->setNamedCategories( fnVector );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user