mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Multiplot/WLP: fix missing update of title font size
This commit is contained in:
parent
413288df0a
commit
ffc58fedc8
@ -577,6 +577,7 @@ void RiuMultiPlotPage::performUpdate( RiaDefines::MultiPlotPageUpdateType whatTo
|
|||||||
if ( whatToUpdate == RiaDefines::MultiPlotPageUpdateType::ALL )
|
if ( whatToUpdate == RiaDefines::MultiPlotPageUpdateType::ALL )
|
||||||
{
|
{
|
||||||
applyLook();
|
applyLook();
|
||||||
|
updateTitleFont();
|
||||||
updateMarginsFromPageLayout();
|
updateMarginsFromPageLayout();
|
||||||
|
|
||||||
reinsertPlotWidgets();
|
reinsertPlotWidgets();
|
||||||
@ -594,6 +595,7 @@ void RiuMultiPlotPage::performUpdate( RiaDefines::MultiPlotPageUpdateType whatTo
|
|||||||
|
|
||||||
if ( ( whatToUpdate & RiaDefines::MultiPlotPageUpdateType::TITLE ) == RiaDefines::MultiPlotPageUpdateType::TITLE )
|
if ( ( whatToUpdate & RiaDefines::MultiPlotPageUpdateType::TITLE ) == RiaDefines::MultiPlotPageUpdateType::TITLE )
|
||||||
{
|
{
|
||||||
|
updateTitleFont();
|
||||||
updateSubTitles();
|
updateSubTitles();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -158,6 +158,7 @@ void RiuWellLogPlot::performUpdate( RiaDefines::MultiPlotPageUpdateType /* whatT
|
|||||||
|
|
||||||
reinsertPlotWidgets();
|
reinsertPlotWidgets();
|
||||||
reinsertScrollbar();
|
reinsertScrollbar();
|
||||||
|
updateTitleFont();
|
||||||
int axisShift = alignCanvasTops();
|
int axisShift = alignCanvasTops();
|
||||||
alignScrollbar( axisShift );
|
alignScrollbar( axisShift );
|
||||||
alignAxes();
|
alignAxes();
|
||||||
|
Loading…
Reference in New Issue
Block a user