mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add support for placing legend at several positions
Show legends on top of preview plot
This commit is contained in:
@@ -103,7 +103,7 @@ RiuSummaryQwtPlot::RiuSummaryQwtPlot( RimSummaryPlot* plot, QWidget* parent /*=
|
||||
|
||||
// PERFORMANCE NOTE
|
||||
// Do not set internal legends visible, as this will cause a performance hit.
|
||||
m_plotWidget->setInternalLegendVisible( false );
|
||||
m_plotWidget->clearLegend();
|
||||
|
||||
m_annotationTool = std::unique_ptr<RiuPlotAnnotationTool>( new RiuPlotAnnotationTool() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user