https://bugs.kde.org/show_bug.cgi?id=517272
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/f2d1a3c |hics/krita/-/commit/b69a502 |26c0cf4feecda210cbac9dec265 |5c4bd46ea2b40332f2ef5e7df77 |96a7f5 |b13ea3 --- Comment #5 from Dmitry Kazakov <[email protected]> --- Git commit b69a5025c4bd46ea2b40332f2ef5e7df77b13ea3 by Dmitry Kazakov, on behalf of Carsten Hartenfels. Committed on 09/03/2026 at 20:10. Pushed by dkazakov into branch 'krita/6.0'. SAP: paint icons via QIcon::paint Instead of converting them to a pixmap, which for some reason doesn't work on Android and produces black rectangles after the first icon is painted. Not sure why that happens, but using the icon normally works fine, so doesn't matter now. Since QIcon::paint takes a rectangle, this rejigs the surrounding code a bit to not make the rectangle adjustments so verbose. M +2 -2 libs/ui/kis_selection_actions_panel_button.cpp M +3 -13 libs/ui/kis_selection_actions_panel_handle.cpp https://invent.kde.org/graphics/krita/-/commit/b69a5025c4bd46ea2b40332f2ef5e7df77b13ea3 -- You are receiving this mail because: You are watching all bug changes.
