mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Update grid box data when z-scale is updated
This commit is contained in:
@@ -708,6 +708,9 @@ void RimView::setScaleZAndUpdate(double scaleZ)
|
||||
{
|
||||
this->scaleZ = scaleZ;
|
||||
updateScaleTransform();
|
||||
|
||||
this->updateGridBoxData();
|
||||
|
||||
this->scheduleCreateDisplayModelAndRedraw();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user