mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove redundant update code
This commit is contained in:
@@ -891,6 +891,7 @@ void Rim3dView::fieldChangedByUi( const caf::PdmFieldHandle* changedField, const
|
||||
}
|
||||
}
|
||||
this->applyBackgroundColorAndFontChanges();
|
||||
this->updateConnectedEditors();
|
||||
}
|
||||
else if ( changedField == &maximumFrameRate )
|
||||
{
|
||||
@@ -1224,6 +1225,8 @@ void Rim3dView::applyBackgroundColorAndFontChanges()
|
||||
}
|
||||
updateGridBoxData();
|
||||
updateAnnotationItems();
|
||||
updateConnectedEditors();
|
||||
|
||||
onUpdateLegends();
|
||||
this->scheduleCreateDisplayModelAndRedraw();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user