mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4880 Refactoring in Rim3dView: De-virtualize updateCurrentTimeStepAndRedraw
This commit is contained in:
@@ -142,15 +142,6 @@ void RimGeoMechContourMapView::updatePickPointAndRedraw()
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimGeoMechContourMapView::updateCurrentTimeStepAndRedraw()
|
||||
{
|
||||
m_contourMapProjection->clearGeometry();
|
||||
RimGeoMechView::updateCurrentTimeStepAndRedraw();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@@ -239,6 +230,8 @@ void RimGeoMechContourMapView::defineUiTreeOrdering( caf::PdmUiTreeOrdering& uiT
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimGeoMechContourMapView::onUpdateCurrentTimeStep()
|
||||
{
|
||||
m_contourMapProjection->clearGeometry();
|
||||
|
||||
updateGeometry();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user