mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renaming of more methods in Rim3dView.
Removed virtual method from RiuViewerToViewInterface as it was not used from the interface.
This commit is contained in:
@@ -297,7 +297,7 @@ void RimGeoMechView::onCreateDisplayModel()
|
||||
}
|
||||
else
|
||||
{
|
||||
updateLegends();
|
||||
onUpdateLegends();
|
||||
m_vizLogic->updateStaticCellColors( -1 );
|
||||
m_crossSectionCollection->applySingleColorEffect();
|
||||
|
||||
@@ -318,7 +318,7 @@ RimPropertyFilterCollection* RimGeoMechView::nativePropertyFilterCollection()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimGeoMechView::onUpdateCurrentTimeStep()
|
||||
{
|
||||
updateLegends();
|
||||
onUpdateLegends();
|
||||
|
||||
if ( this->isTimeStepDependentDataVisibleInThisOrComparisonView() )
|
||||
{
|
||||
@@ -430,7 +430,7 @@ void RimGeoMechView::onResetLegendsInViewer()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimGeoMechView::updateLegends()
|
||||
void RimGeoMechView::onUpdateLegends()
|
||||
{
|
||||
if ( nativeOrOverrideViewer() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user