mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-03 20:20:48 -06:00
Make sure font size is updated in legend refresh.
This commit is contained in:
parent
e94dd905cd
commit
b72bc0e8c6
@ -629,6 +629,7 @@ void RiuMultiPlotPage::refreshLegends()
|
||||
for ( const auto& l : legends )
|
||||
{
|
||||
l->setVisible( !l->isEmpty() );
|
||||
updateLegendFont( l );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user