mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#512) Fixed missing time step texts for geomech case
Bug introduced in 06e8bc2ec5
This commit is contained in:
parent
f745e483c7
commit
9d03120afa
@ -832,7 +832,7 @@ void RiuMainWindow::refreshAnimationActions()
|
|||||||
{
|
{
|
||||||
if (activeGmv->isTimeStepDependentDataVisible())
|
if (activeGmv->isTimeStepDependentDataVisible())
|
||||||
{
|
{
|
||||||
activeGmv->geoMechCase()->timeStepStrings();
|
timeStepStrings = activeGmv->geoMechCase()->timeStepStrings();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user