mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Support setting Wbs-parameters from Python.
This commit is contained in:
@@ -2374,11 +2374,11 @@ void RimWellLogTrack::updateWellPathAttributesOnPlot()
|
||||
{
|
||||
m_wellPathAttributePlotObjects.clear();
|
||||
|
||||
if ( wellPathAttributeSource() )
|
||||
if ( wellPathAttributeSource())
|
||||
{
|
||||
std::vector<const RimWellPathComponentInterface*> allWellPathComponents;
|
||||
|
||||
if ( m_showWellPathAttributes || m_showWellPathCompletions )
|
||||
if ( wellPathAttributeSource()->wellPathGeometry() && (m_showWellPathAttributes || m_showWellPathCompletions ))
|
||||
{
|
||||
m_wellPathAttributePlotObjects.push_back( std::unique_ptr<RiuWellPathComponentPlotItem>(
|
||||
new RiuWellPathComponentPlotItem( wellPathAttributeSource() ) ) );
|
||||
|
||||
Reference in New Issue
Block a user