Make the refactored RFT and PLT plots work

This commit is contained in:
Gaute Lindkvist
2019-09-04 20:18:18 +02:00
parent b9d78152e1
commit 42f494be5f
10 changed files with 6 additions and 345 deletions

View File

@@ -27,6 +27,7 @@
#include "RiuMainWindow.h"
#include "RiuPlotMainWindow.h"
#include "RiuPlotObjectPicker.h"
#include "RiuWellLogTrack.h"
#include "cafSelectionManager.h"
@@ -55,6 +56,8 @@ RiuWellLogPlot::RiuWellLogPlot(RimWellLogPlot* plotDefinition, QWidget* parent)
Q_ASSERT(plotDefinition);
m_plotDefinition = plotDefinition;
new RiuPlotObjectPicker(m_plotTitle, m_plotDefinition);
QPalette newPalette(palette());
newPalette.setColor(QPalette::Background, Qt::white);
setPalette(newPalette);