diff --git a/ApplicationCode/UserInterface/RiuQwtPlotWidget.cpp b/ApplicationCode/UserInterface/RiuQwtPlotWidget.cpp index eecd845fde..3fb3cac95c 100644 --- a/ApplicationCode/UserInterface/RiuQwtPlotWidget.cpp +++ b/ApplicationCode/UserInterface/RiuQwtPlotWidget.cpp @@ -72,6 +72,8 @@ RiuQwtPlotWidget::RiuQwtPlotWidget( RimPlot* plotDefinition, QWidget* parent ) : QwtPlot( parent ) , m_plotDefinition( plotDefinition ) , m_overlayMargins( 5 ) + , m_plotTitle( "" ) + , m_plotTitleEnabled( true ) { CAF_ASSERT( m_plotDefinition ); RiuQwtPlotTools::setCommonPlotBehaviour( this );