https://bugs.kde.org/show_bug.cgi?id=484328
Laurent Montel <mon...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mon...@kde.org --- Comment #1 from Laurent Montel <mon...@kde.org> --- Hi, the problem comes from: => const QString nativeName = lang.nativeLanguageName(); it will translate language string => when we fill combobox it will draw text with specific font => it will take time. (we have the same problem with kcmshell6 regionandlang -> lang -> modify -> change language) I will fix by not translating language name. I can't find another solution. Regards -- You are receiving this mail because: You are watching all bug changes.