mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4227 Don't regenerate Contour map when updating measurement
This commit is contained in:
@@ -829,6 +829,18 @@ void Rim3dView::updateZScaleLabel()
|
||||
m_viewer->setZScale(scale);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void Rim3dView::updateMeasurement()
|
||||
{
|
||||
if (m_viewer)
|
||||
{
|
||||
appendMeasurementToModel();
|
||||
m_viewer->update();
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user