I replaced the cached themes directory with the 1.0 one, but I'm still not sure whats going wrong in BabyBlue:
tgui::Theme theme;
theme.load("..\\..\\..\\themes\\BabyBlue.txt");
//tgui::Theme::setDefault("..\\..\\..\\themes\\BabyBlue.txt");
tgui::Theme::setDefault(make_shared<tgui::Theme>(theme));
If I pass Black.txt here everything works so the theme has some bug?
tgui::Theme theme;
theme.load("..\\..\\..\\themes\\BabyBlue.txt");
//tgui::Theme::setDefault("..\\..\\..\\themes\\BabyBlue.txt");
tgui::Theme::setDefault(make_shared<tgui::Theme>(theme));
If I pass Black.txt here everything works so the theme has some bug?