mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#517) Fixed crash due to direct call to CreateDisplayModelAndUpdate
But there are ore ...
This commit is contained in:
parent
3938e65c7b
commit
3b98d77324
@ -699,7 +699,7 @@ void RimView::setScaleZAndUpdate(double scaleZ)
|
|||||||
{
|
{
|
||||||
this->scaleZ = scaleZ;
|
this->scaleZ = scaleZ;
|
||||||
updateScaleTransform();
|
updateScaleTransform();
|
||||||
createDisplayModelAndRedraw();
|
this->scheduleCreateDisplayModelAndRedraw();
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user