Summary: | Lens Blur filter is broken in any language other than English | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tyson Tan <tysontanx> |
Component: | Filters | Assignee: | Halla Rempt <halla> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | 4.3.0-beta2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/68aeea22b1f66867245c3a26480c5d347c4ded84 | Version Fixed In: | |
Sentry Crash Report: |
Description
Tyson Tan
2020-06-15 03:21:33 UTC
Git commit b73fdfa14b9d7fd747eed60c484fd66d5964c5c2 by Boudewijn Rempt. Committed on 15/06/2020 at 09:05. Pushed by rempt into branch 'master'. Lens blur: Map between translated and untranslated strings in filter config The filter stores the shape/sides parameter as a string taken directly from the ui, instead of an enum or an index. This patch maps the translated string back to the English string so we store the config in English, and show the value translated. M +1 -0 plugins/filters/blur/kis_lens_blur_filter.cpp M +9 -2 plugins/filters/blur/kis_wdg_lens_blur.cpp M +1 -0 plugins/filters/blur/kis_wdg_lens_blur.h https://invent.kde.org/graphics/krita/commit/b73fdfa14b9d7fd747eed60c484fd66d5964c5c2 Git commit 68aeea22b1f66867245c3a26480c5d347c4ded84 by Boudewijn Rempt. Committed on 15/06/2020 at 09:06. Pushed by rempt into branch 'krita/4.3'. Lens blur: Map between translated and untranslated strings in filter config The filter stores the shape/sides parameter as a string taken directly from the ui, instead of an enum or an index. This patch maps the translated string back to the English string so we store the config in English, and show the value translated. (cherry picked from commit 6ba7618cadeed70f7367711e840fda7edc1801a3) M +1 -0 plugins/filters/blur/kis_lens_blur_filter.cpp M +9 -2 plugins/filters/blur/kis_wdg_lens_blur.cpp M +1 -0 plugins/filters/blur/kis_wdg_lens_blur.h https://invent.kde.org/graphics/krita/commit/68aeea22b1f66867245c3a26480c5d347c4ded84 Thank you, Boud! :D |