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:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user