#2438 2d Intersection View: Update intersection view on 3dOverlayInfo update

This commit is contained in:
Rebecca Cox
2018-02-15 14:31:08 +01:00
parent 022d2ffd2d
commit f909a7ea27
3 changed files with 111 additions and 87 deletions

View File

@@ -728,7 +728,7 @@ void Rim3dOverlayInfoConfig::update3DInfo()
{
for (Rim2dIntersectionView* view : rimCase->intersectionViewCollection()->views())
{
view->updateLegends();
view->update3dInfo();
}
}
}