Summary: | Tag colors do not appear in contextual menu | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | David Tschumperlé <David.Tschumperle> |
Component: | G'Mic for Krita | Assignee: | amyspark <amy> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | amy, halla |
Priority: | NOR | ||
Version: | 5.0.0-beta5 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
URL: | https://github.com/amyspark/gmic/commit/50af6dd316bc215184105b9d313b8b84fe70e77d | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/25f67fc173b3d425113bea67a46078dbd9b59a3c | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | G'MIC 3.0 on Krita, contextual menu for adding tags. |
Description
David Tschumperlé
2021-12-20 14:43:23 UTC
That's probably because on most platforms we disable icons in menus because they are distracting. If you implemented this as a menu icon instead of using a custom delegate, the colors will be missing. This can (thankfully) be overridden via QAction's setIconVisibleInMenu. Scheduled it for the next patch rollup. A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/1255 Git commit 0aced718ebe7845d26e4a881f0ef6cc139c6abe5 by L. E. Segovia. Committed on 24/12/2021 at 11:30. Pushed by lsegovia into branch 'master'. Update G'MIC to 3.0.0 patch 2 Related: bug 447286 M +2 -2 3rdparty_plugins/ext_gmic/CMakeLists.txt https://invent.kde.org/graphics/krita/commit/0aced718ebe7845d26e4a881f0ef6cc139c6abe5 Git commit 25f67fc173b3d425113bea67a46078dbd9b59a3c by L. E. Segovia. Committed on 24/12/2021 at 11:33. Pushed by lsegovia into branch 'krita/5.0'. Update G'MIC to 3.0.0 patch 2 Related: bug 447286 (cherry picked from commit 0aced718ebe7845d26e4a881f0ef6cc139c6abe5) M +2 -2 3rdparty_plugins/ext_gmic/CMakeLists.txt https://invent.kde.org/graphics/krita/commit/25f67fc173b3d425113bea67a46078dbd9b59a3c |