mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Well Log Plot and Well Distribution Plots no longer inherit Multiplot
* Also cleaned up RiuQwtPlotWidget
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "RimFlowPlotCollection.h"
|
||||
#include "RimGridCrossPlot.h"
|
||||
#include "RimGridCrossPlotCollection.h"
|
||||
#include "RimMultiPlot.h"
|
||||
#include "RimMultiPlotCollection.h"
|
||||
#include "RimPltPlotCollection.h"
|
||||
#include "RimProject.h"
|
||||
@@ -262,7 +263,7 @@ void RimMainPlotCollection::updatePlotsWithFormations()
|
||||
|
||||
if ( m_multiPlotCollection )
|
||||
{
|
||||
for ( RimMultiPlotWindow* plotWindow : m_multiPlotCollection->multiPlots() )
|
||||
for ( RimMultiPlot* plotWindow : m_multiPlotCollection->multiPlots() )
|
||||
{
|
||||
plotWindow->loadDataAndUpdate();
|
||||
}
|
||||
@@ -284,7 +285,7 @@ void RimMainPlotCollection::updatePlotsWithCompletions()
|
||||
|
||||
if ( m_multiPlotCollection )
|
||||
{
|
||||
for ( RimMultiPlotWindow* plotWindow : m_multiPlotCollection->multiPlots() )
|
||||
for ( RimMultiPlot* plotWindow : m_multiPlotCollection->multiPlots() )
|
||||
{
|
||||
plotWindow->loadDataAndUpdate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user