mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix legend disappearing after hiding and showing plots
This commit is contained in:
parent
7a2a0d3f2f
commit
08a75603f3
@ -350,7 +350,7 @@ void RiuMultiPlotWindow::resizeEvent( QResizeEvent* event )
|
|||||||
void RiuMultiPlotWindow::showEvent( QShowEvent* event )
|
void RiuMultiPlotWindow::showEvent( QShowEvent* event )
|
||||||
{
|
{
|
||||||
QWidget::showEvent( event );
|
QWidget::showEvent( event );
|
||||||
performUpdate();
|
scheduleUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user