#650 Removed the ugly nan legend displayed while loading things

This commit is contained in:
Jacob Støren
2019-11-06 18:01:55 +01:00
parent 55470cc1cd
commit 6bd07aa8ee
2 changed files with 0 additions and 9 deletions
@@ -424,7 +424,6 @@ void RimGeoMechView::onResetLegendsInViewer()
this->cellResult()->legendConfig->recreateLegend();
nativeOrOverrideViewer()->removeAllColorLegends();
nativeOrOverrideViewer()->addColorLegendToBottomLeftCorner( this->cellResult()->legendConfig->titledOverlayFrame() );
}
//--------------------------------------------------------------------------------------------------