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:
@@ -171,7 +171,7 @@ void RicShowContributingWellsFeatureImpl::modifyViewToShowContributingWells( Rim
|
||||
viewToModify->faultCollection()->showFaultCollection = false;
|
||||
viewToModify->faultCollection()->updateConnectedEditors();
|
||||
|
||||
viewToModify->updateCurrentTimeStepAndRedraw();
|
||||
viewToModify->updateDisplayModelForCurrentTimeStepAndRedraw();
|
||||
viewToModify->scheduleCreateDisplayModelAndRedraw();
|
||||
}
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ bool RicContourMapPickEventHandler::handle3dPickEvent( const Ric3dPickEvent& eve
|
||||
return true;
|
||||
}
|
||||
contourMap->setPickPoint( cvf::Vec2d::UNDEFINED );
|
||||
view->updateCurrentTimeStepAndRedraw();
|
||||
view->updateDisplayModelForCurrentTimeStepAndRedraw();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ void RicFlyToObjectFeature::onActionTriggered( bool isChecked )
|
||||
|
||||
destinationViewer->setPointOfInterest( cameraViewRefPoint );
|
||||
|
||||
activeView->updateCurrentTimeStepAndRedraw();
|
||||
activeView->updateDisplayModelForCurrentTimeStepAndRedraw();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user