Summary: | Text Editor Menu inaccessible on macOS | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Halla Rempt <halla> |
Component: | Tool/Text | Assignee: | Halla Rempt <halla> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | release_blocker |
Priority: | NOR | ||
Version First Reported In: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | https://commits.kde.org/krita/444a549b161d280ac6a3ffe5e13f705c626cbc4d | Version Fixed In: | |
Sentry Crash Report: |
Description
Halla Rempt
2018-03-09 09:31:25 UTC
Git commit ba17603826792acee3441578fc9eef448be185c3 by Boudewijn Rempt. Committed on 16/03/2018 at 09:06. Pushed by rempt into branch 'master'. Show the text editor menu on macOS The only problem was that the editor window had an owner; if it doesn't, Qt uses the menubar correctly. M +1 -1 plugins/tools/svgtexttool/SvgTextTool.cpp https://commits.kde.org/krita/ba17603826792acee3441578fc9eef448be185c3 Git commit 444a549b161d280ac6a3ffe5e13f705c626cbc4d by Boudewijn Rempt. Committed on 17/03/2018 at 08:50. Pushed by rempt into branch 'krita/4.0'. Show the text editor menu on macOS The only problem was that the editor window had an owner; if it doesn't, Qt uses the menubar correctly. (cherry picked from commit ba17603826792acee3441578fc9eef448be185c3) M +1 -1 plugins/tools/svgtexttool/SvgTextTool.cpp https://commits.kde.org/krita/444a549b161d280ac6a3ffe5e13f705c626cbc4d |