Created attachment 189929 [details] Screenshot of the bug SUMMARY [5.3/5.4] When making a new bundle file, the thumbnail view of resources added to the "Selected" area appear as white squares See attachment for a screenshot of the bug. STEPS TO REPRODUCE 1. Settings, Manage Resource Libraries, Create Bundle 2. Click on a resource, such as a brush tip or preset, to add to the bundle you want to make OBSERVED RESULT The selected resources will appear as white squares in the thumbnail view of the "Selected" area EXPECTED RESULT The selected resources will appear as their actual authentic thumbnails in the thumbnail view of the "Selected" area SOFTWARE/OS VERSIONS Android 16 Krita 5.4 nightly arm64 git a7adbbc5 (Feb. 21, 2026)
Confirmed. The selected thumbnails show fine in Details mode, but in Thumbnails mode it fails to fetch the image from KisResourceThumbnailCache due to some problem with the model index. This is most likely a regression of "Bundle Creator and resource thumbnail fixes" (https://invent.kde.org/graphics/krita/-/merge_requests/2283).
Git commit 2cd1d6654f81f05f5ff30be069a0dddc9fbe884a by Dmitry Kazakov. Committed on 02/03/2026 at 11:30. Pushed by dkazakov into branch 'master'. Fix thumbnails in Create Bundle dialog The indexes in the selection widget are not "global", i.e. they do not come from the main resources model. Hence we should resolve the proper index before passing it to KisResourceThumbnailPainter. M +19 -16 libs/resourcewidgets/KisResourceItemDelegate.cpp M +12 -1 libs/resourcewidgets/KisResourceItemDelegate.h M +6 -7 libs/resourcewidgets/KisResourceThumbnailPainter.cpp M +1 -1 libs/resourcewidgets/KisResourceThumbnailPainter.h M +2 -1 plugins/extensions/resourcemanager/page_resource_chooser.cpp https://invent.kde.org/graphics/krita/-/commit/2cd1d6654f81f05f5ff30be069a0dddc9fbe884a
Git commit a573bf50d8c53431534a9008cdca7fd3dd2bcb96 by Dmitry Kazakov. Committed on 02/03/2026 at 11:36. Pushed by dkazakov into branch 'krita/6.0'. Fix thumbnails in Create Bundle dialog The indexes in the selection widget are not "global", i.e. they do not come from the main resources model. Hence we should resolve the proper index before passing it to KisResourceThumbnailPainter. M +19 -16 libs/resourcewidgets/KisResourceItemDelegate.cpp M +12 -1 libs/resourcewidgets/KisResourceItemDelegate.h M +6 -7 libs/resourcewidgets/KisResourceThumbnailPainter.cpp M +1 -1 libs/resourcewidgets/KisResourceThumbnailPainter.h M +2 -1 plugins/extensions/resourcemanager/page_resource_chooser.cpp https://invent.kde.org/graphics/krita/-/commit/a573bf50d8c53431534a9008cdca7fd3dd2bcb96