mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix view id in well allocation plots
This commit is contained in:
@@ -148,7 +148,7 @@ RimWellAllocationPlot* RimFlowPlotCollection::defaultWellAllocPlot()
|
||||
{
|
||||
m_defaultWellAllocPlot = new RimWellAllocationPlot;
|
||||
m_defaultWellAllocPlot->setDescription( "Default Flow Diagnostics Plot" );
|
||||
RiaApplication::instance()->project()->assignViewIdToView( m_flowCharacteristicsPlot );
|
||||
RiaApplication::instance()->project()->assignViewIdToView( m_defaultWellAllocPlot );
|
||||
}
|
||||
|
||||
this->updateConnectedEditors();
|
||||
|
||||
Reference in New Issue
Block a user