Summary: | in text editor, after clicking OK in editor settings window text and all its options are reverted | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | woof |
Component: | Tool/Text | Assignee: | Awakening <lucidsunlight> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahab.greybeard, tamtamy.tymona |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/a204f65ad8893b44f627d2ce7ad5d347934b224c | Version Fixed In: | |
Sentry Crash Report: |
Description
woof
2020-07-14 19:56:28 UTC
I can confirm this for appimages from 4.2.0 to the latest Jul 15 5.0.9 prealpha (git c2b2b79) on Debian 10 MATE desktop... ... Except for the following points: The changes to text font, size, colour and any text addition/deletions are all reverted when the Settings OK button is pressed. (This also happens if you do make changes within the Settings.) A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/593 Git commit bf636b2d4c218554f044262c6a5733212ebc2e54 by Lucid Sunlight. Committed on 18/11/2020 at 11:35. Pushed by rempt into branch 'master'. Don't switch to the same editor tab again If we do, we're converting the contents of the other tab to the current tab, and reverting all changes we've made (even if we saved). M +3 -2 plugins/tools/svgtexttool/SvgTextEditor.cpp https://invent.kde.org/graphics/krita/commit/bf636b2d4c218554f044262c6a5733212ebc2e54 Git commit a204f65ad8893b44f627d2ce7ad5d347934b224c by Boudewijn Rempt, on behalf of Lucid Sunlight. Committed on 25/11/2020 at 14:37. Pushed by rempt into branch 'krita/4.3'. Don't switch to the same editor tab again If we do, we're converting the contents of the other tab to the current tab, and reverting all changes we've made (even if we saved). (cherry picked from commit bf636b2d4c218554f044262c6a5733212ebc2e54) M +3 -2 plugins/tools/svgtexttool/SvgTextEditor.cpp https://invent.kde.org/graphics/krita/commit/a204f65ad8893b44f627d2ce7ad5d347934b224c |