- Moderator
- #31
https://github.com/MediaPortal/Medi...portal/Core/guilib/GUIThemeManager.cs#L42-L45Das ist normal - ein Themenordner darf NIEMALS eine fonts.xml enthalten!
C#:
// Need to initialize fonts and references if they change based on the theme.
// Check current theme.
bool initFonts = (GUIGraphicsContext.HasThemeSpecificSkinFile(@"\fonts.xml"));
bool initReferences = (GUIGraphicsContext.HasThemeSpecificSkinFile(@"\references.xml"));