diff --git a/src/SubwidgetContainer.cpp b/src/SubwidgetContainer.cpp index ef5d29f34..c27aa8368 100644 --- a/src/SubwidgetContainer.cpp +++ b/src/SubwidgetContainer.cpp @@ -225,6 +225,12 @@ namespace tgui } Widget::rendererChanged(property); + + // Make sure to pass on the SubwidgetContainer's font to the internal container + if (property == U"Font") + { + m_container->setInheritedFont(m_fontCached); + } } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////