Fix legend disappearing after hiding and showing plots

This commit is contained in:
Gaute Lindkvist 2019-11-28 15:05:38 +01:00
parent 7a2a0d3f2f
commit 08a75603f3

View File

@ -350,7 +350,7 @@ void RiuMultiPlotWindow::resizeEvent( QResizeEvent* event )
void RiuMultiPlotWindow::showEvent( QShowEvent* event )
{
QWidget::showEvent( event );
performUpdate();
scheduleUpdate();
}
//--------------------------------------------------------------------------------------------------