Created attachment 144718 [details] G'MIC 3.0 on Krita, contextual menu for adding tags. SUMMARY *** In G'MIC 3.0 plug-in for Krita, there is now a "filter tagging" system : a color tag can be associated to a filter, using the contextual menu displaying when right-clicking on a filter name (in the filter tree widget). This is how it looks in GIMP : https://gmic.eu/gmic300/fullsize/gmic_qt_tags.gif When testing on Krita, colors do not appear in the contextual menu (see attached screenshot). Not a big deal since colored tag appear near the filter anyway. Maybe some icons are missing ?
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