mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9202 Summary Multi Plot: add option for having the legend inside the plot
This commit is contained in:
@@ -168,6 +168,16 @@ void RiuPlotWidget::removeOverlayFrame( RiuDraggableOverlayFrame* overlayFrame )
|
||||
m_overlayFrames.removeOne( overlayFrame );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// Remove all overlay widgets.
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuPlotWidget::clearOverlayFrames()
|
||||
{
|
||||
for ( auto p : m_overlayFrames )
|
||||
p->deleteLater();
|
||||
m_overlayFrames.clear();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user