mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Release 2023.06
This commit is contained in:
@@ -143,9 +143,7 @@ void RimTernaryLegendConfig::fieldChangedByUi( const caf::PdmFieldHandle* change
|
||||
updateLabelText();
|
||||
updateLegend();
|
||||
|
||||
RimGridView* view = nullptr;
|
||||
this->firstAncestorOrThisOfType( view );
|
||||
|
||||
auto view = firstAncestorOrThisOfType<RimGridView>();
|
||||
if ( view )
|
||||
{
|
||||
RimViewLinker* viewLinker = view->assosiatedViewLinker();
|
||||
|
||||
Reference in New Issue
Block a user