https://bugs.kde.org/show_bug.cgi?id=455823
--- Comment #1 from LiuBodong <liubodong2...@126.com> --- After I debug the source code, I found in ColorSchemeEditor.cpp ``` void ColorSchemeEditor::scalingTypeChanged(QString style) { _colors->setWallpaper(_colors->wallpaper()->path(), style, _colors->wallpaper()->anchor(), _colors->wallpaper()->opacity()); } ``` this method did not transform style from i18n. Any one who can fix this bug? -- You are receiving this mail because: You are watching all bug changes.