Created attachment 179433 [details] screenshot of Deluge when using Breeze icon theme SUMMARY Similar bug with spinboxes was fixed in frameworks 6.12 (sse bug 494086). STEPS TO REPRODUCE 1. use Breeze icon theme 2. open Deluge torrent client 3. observe the icon of the second button of the toolbar OBSERVED RESULT the icon is "X" instead of "-". This bug does not occur when I use another icon theme (Papirus, for example). Please compare the attached screenshots. EXPECTED RESULT the icon should be "-" instead of "X" SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.3.3 KDE Frameworks Version: 6.12.0 Qt Version: 6.8.2 Graphics Platform: Wayland
Created attachment 179434 [details] screenshot of Deluge when using Papirus icon theme
Apparently the app is doing one of the following: 1. Using the "list-remove" icon and somehow it's getting colored black (it's red in the Breeze icon theme). 2. using an icon that maps to the close button; maybe "dialog-close", "tab-close", or "window-close". In this first case, this is intentional because we made the "list-remove" icon be an X on purpose. In the second case, it's an app bug for using the wrong icon.