Make sure font size is updated in legend refresh.

This commit is contained in:
Jon Jenssen 2022-08-24 16:59:06 +02:00 committed by Magne Sjaastad
parent e94dd905cd
commit b72bc0e8c6

View File

@ -629,6 +629,7 @@ void RiuMultiPlotPage::refreshLegends()
for ( const auto& l : legends )
{
l->setVisible( !l->isEmpty() );
updateLegendFont( l );
}
}