mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#829 Use interpolated colors in category legend by default
This commit is contained in:
@@ -41,7 +41,7 @@ void CategoryMapper::setCategoriesWithNames(const std::vector<int>& categoryValu
|
||||
|
||||
ref<Color3ubArray> colorArr = ScalarMapper::colorTableArray(ColorTable::NORMAL);
|
||||
|
||||
setCycleColors(*(colorArr.p()));
|
||||
setInterpolateColors(*(colorArr.p()));
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user