https://bugs.kde.org/show_bug.cgi?id=433433
--- Comment #3 from Nate Graham <n...@kde.org> --- Git commit 35e6076565d565922939eeca11e93abe67f7b664 by Nate Graham. Committed on 19/04/2021 at 21:11. Pushed by ngraham into branch 'master'. Draw icon in QQStyleItem Checkbox already knew how to do this, but it was doing so internally to itself. Let's move that logic to CheckDelegate.qml so that everything that uses it gains the same feature. This functionality can be optionally disabled in case a control using it already handles icon-drawing by itself. M +4 -4 org.kde.desktop/CheckBox.qml M +5 -2 org.kde.desktop/CheckDelegate.qml M +12 -1 org.kde.desktop/CheckIndicator.qml M +2 -0 org.kde.desktop/MenuItem.qml M +4 -4 org.kde.desktop/RadioButton.qml M +5 -2 org.kde.desktop/RadioDelegate.qml https://invent.kde.org/frameworks/qqc2-desktop-style/commit/35e6076565d565922939eeca11e93abe67f7b664 -- You are receiving this mail because: You are watching all bug changes.