https://bugs.kde.org/show_bug.cgi?id=411393
--- Comment #4 from Tymond <tamtamy.tym...@gmail.com> --- Git commit fe20ff434cd7fded59c85b2d5a33eded3aca1fe9 by Agata Cacko. Committed on 15/09/2020 at 15:26. Pushed by tymond into branch 'master'. 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. 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/fe20ff434cd7fded59c85b2d5a33eded3aca1fe9 -- You are receiving this mail because: You are watching all bug changes.