mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Initialize variables related to plot titles.
Was triggering valgrind "jump depends on uninitialized values" warnings.
This commit is contained in:
parent
4e7541513e
commit
e5cdbfced6
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user