mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2820 Legends: Select tensors when clicking on tensor legend
This commit is contained in:
parent
d5037bd982
commit
9ba93c6385
@ -525,6 +525,7 @@ std::vector<RimLegendConfig*> RimGeoMechView::legendConfigs() const
|
|||||||
std::vector<RimLegendConfig*> absLegendConfigs;
|
std::vector<RimLegendConfig*> absLegendConfigs;
|
||||||
|
|
||||||
absLegendConfigs.push_back(cellResult()->legendConfig());
|
absLegendConfigs.push_back(cellResult()->legendConfig());
|
||||||
|
absLegendConfigs.push_back(tensorResults()->arrowColorLegendConfig());
|
||||||
|
|
||||||
return absLegendConfigs;
|
return absLegendConfigs;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user