https://bugs.kde.org/show_bug.cgi?id=421189
Bug ID: 421189 Summary: Contextual-Action icons filled in black Product: frameworks-kirigami Version: Master Platform: Compiled Sources OS: MS Windows Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: notm...@gmail.com Reporter: mt...@outlook.com Target Milestone: Not decided Created attachment 128256 --> https://bugs.kde.org/attachment.cgi?id=128256&action=edit Before and after contextual actions are collapsed SUMMARY Colored icons are being overridden by a black color when contextual actions are moved to a dropdown. STEPS TO REPRODUCE 1. Using the following: Kirigami.ApplicationWindow { id: app; width: 320; height: 240; pageStack.initialPage: Kirigami.Page { title: "Test Page" actions.contextualActions: [ Kirigami.Action { text: "Help" iconName: "emblem-question" } ] } } 2. Resize window to force-collapse the contextual-actions. 3. Click to expand the contextual-actions and the icon is filled in black. OBSERVED RESULT Icon is filled in black. EXPECTED RESULT Icon should be the same as it appears in the toolbar, with colors and appearance intact. SOFTWARE/OS VERSIONS KDE Frameworks Version: master Qt Version: 5.12.7 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.