https://bugs.kde.org/show_bug.cgi?id=411393
--- Comment #5 from Tymond <tamtamy.tym...@gmail.com> --- Git commit e6de213a7e3fdeade18a9ee09019907793bf7e08 by Agata Cacko. Committed on 15/09/2020 at 15:31. Pushed by tymond into branch 'krita/4.3'. Fix text marked modified when Text Editor is opened Before this commit, text would be marked modified if you opened a document with text and just opened the Text Editor. This was a regression from a24aa5c7 (a fix for bug 411393). This commit fixes that behaviour. Additionally I renamed setShape to setInitialShape because the fix relies on the function being called only once, at the very opening of the editor. (cherry picked from commit fe20ff434cd7fded59c85b2d5a33eded3aca1fe9) M +2 -2 plugins/tools/svgtexttool/SvgTextEditor.cpp M +1 -1 plugins/tools/svgtexttool/SvgTextEditor.h M +1 -1 plugins/tools/svgtexttool/SvgTextTool.cpp https://invent.kde.org/graphics/krita/commit/e6de213a7e3fdeade18a9ee09019907793bf7e08 -- You are receiving this mail because: You are watching all bug changes.