| Summary: | Wallpaper FillStyle could not save corretly | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | LiuBodong <liubodong2010> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 22.04.2 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
LiuBodong
2022-06-23 02:23:02 UTC
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?
|