Update grid box data when z-scale is updated

This commit is contained in:
Magne Sjaastad
2016-11-24 14:05:51 +01:00
parent ec3e05e87f
commit 9c9bfebbe7

View File

@@ -708,6 +708,9 @@ void RimView::setScaleZAndUpdate(double scaleZ)
{
this->scaleZ = scaleZ;
updateScaleTransform();
this->updateGridBoxData();
this->scheduleCreateDisplayModelAndRedraw();
}