Make sure font size is updated in legend refresh.

This commit is contained in:
Jon Jenssen
2022-09-15 08:19:41 +02:00
committed by Magne Sjaastad
parent e94dd905cd
commit b72bc0e8c6
@@ -629,6 +629,7 @@ void RiuMultiPlotPage::refreshLegends()
for ( const auto& l : legends )
{
l->setVisible( !l->isEmpty() );
updateLegendFont( l );
}
}