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