Summary: | Text tool makes Krita freeze | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | micamurphy42 |
Component: | Tool/Text | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | micamurphy42, scottpetrovic |
Priority: | NOR | ||
Version: | 4.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://commits.kde.org/krita/55fc8f6586ce04c645472b4fe6d144e3dcdd5c68 | Version Fixed In: | |
Sentry Crash Report: |
Description
micamurphy42
2018-03-23 22:07:53 UTC
Can you be more specific. There is no "translation tool" in Krita. When you say "freeze", do you mean it doesn't do anything, or does it crash? Try to give specific steps on what you are doing and what you expect to happen The program is not responding, one time it was not responding in the windows task manager but the other times it was not event eating too much memory or what. I could just not click on anything and had to kill the process. I wanted to edit the text size and move it without closing the text editor but I had to do so to prevent the freeze. Git commit ee806c8304125f7a88a04ecd6058cf41932090be by Boudewijn Rempt. Committed on 28/03/2018 at 13:00. Pushed by rempt into branch 'master'. Make the text editor window application modal. You should not even be able to select tools or do anything with any object on the canvas while the text editor window is open. However, that only works if the editor window has a parent, and it cannot have a parent, because it has a menubar, so if it would have a parent, it would crash on macOS. Setting it to ApplicationModal would make it block all windows... Still, that's better than allowing users to select other tools while the window is active. M +1 -1 plugins/tools/svgtexttool/SvgTextTool.cpp https://commits.kde.org/krita/ee806c8304125f7a88a04ecd6058cf41932090be Git commit 55fc8f6586ce04c645472b4fe6d144e3dcdd5c68 by Boudewijn Rempt. Committed on 03/04/2018 at 11:18. Pushed by rempt into branch 'krita/4.0'. Make the text editor window application modal. You should not even be able to select tools or do anything with any object on the canvas while the text editor window is open. However, that only works if the editor window has a parent, and it cannot have a parent, because it has a menubar, so if it would have a parent, it would crash on macOS. Setting it to ApplicationModal would make it block all windows... Still, that's better than allowing users to select other tools while the window is active. (cherry picked from commit ee806c8304125f7a88a04ecd6058cf41932090be) M +1 -1 plugins/tools/svgtexttool/SvgTextTool.cpp https://commits.kde.org/krita/55fc8f6586ce04c645472b4fe6d144e3dcdd5c68 |