mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4880 Further renaming of methods in Rim3dView
This commit is contained in:
@@ -323,7 +323,7 @@ void RiuSelectionChangedHandler::scheduleUpdateForAllVisibleViews() const
|
||||
|
||||
for ( size_t i = 0; i < visibleViews.size(); i++ )
|
||||
{
|
||||
visibleViews[i]->createHighlightAndGridBoxDisplayModelWithRedraw();
|
||||
visibleViews[i]->createHighlightAndGridBoxDisplayModelAndRedraw();
|
||||
visibleViews[i]->createMeasurementDisplayModelAndRedraw();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -319,7 +319,7 @@ void RiuViewer::slotSetCurrentFrame( int frameIndex )
|
||||
|
||||
for ( auto contView : containingViews )
|
||||
{
|
||||
contView->updateCurrentTimeStepAndRedraw();
|
||||
contView->updateDisplayModelForCurrentTimeStepAndRedraw();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user