Summary: | Can't pick font by writing its name in font name field | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | kalia24 |
Component: | Tool/Text | Assignee: | wolthera <griffinvalley> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahab.greybeard, griffinvalley, halla |
Priority: | NOR | Keywords: | regression |
Version: | 4.3.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/2e38c2623b164b2b56b29e96bdae13aa64b1551d | Version Fixed In: | |
Sentry Crash Report: |
Description
kalia24
2020-08-13 20:18:53 UTC
I can confirm this for the Aug13 4.3.1 alpha (git adcd40a) appimage and the 4.3.0. appimage. The 4.2.9 appimage does not have this problem. It looks like a regression in 4.3.0. The only way I can put anything into the font family field is to highlight it and then Ctrl+V paste text into it. Sometimes, you can backspace the existing text away, letter by letter but then it reverts to the original after a variable number of backspaces. Overtyping a highlighted entry works for a few characters then it places some previous value on it. The text that you managed to type is stored as a font name at the top of the font list. Git commit 3ecf7a640ba8e9a0209121a910052f035905c747 by Wolthera van Hövell tot Westerflier. Committed on 22/08/2020 at 13:03. Pushed by woltherav into branch 'master'. Fix selecting a font in the font combobox by being less agressive in activating slots. currentTextChanged is too sensitive for a simple check on whether a new font was chosen. M +2 -2 plugins/tools/svgtexttool/kis_font_family_combo_box.cpp https://invent.kde.org/graphics/krita/commit/3ecf7a640ba8e9a0209121a910052f035905c747 Git commit 2e38c2623b164b2b56b29e96bdae13aa64b1551d by Wolthera van Hövell tot Westerflier. Committed on 22/08/2020 at 13:05. Pushed by woltherav into branch 'krita/4.3'. Fix selecting a font in the font combobox by being less agressive in activating slots. currentTextChanged is too sensitive for a simple check on whether a new font was chosen. M +2 -2 plugins/tools/svgtexttool/kis_font_family_combo_box.cpp https://invent.kde.org/graphics/krita/commit/2e38c2623b164b2b56b29e96bdae13aa64b1551d |