https://bugs.kde.org/show_bug.cgi?id=441350
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/8628fd22c |hics/krita/commit/783e05103 |755584ef3606732bf3dbe6af8e2 |1e4ddac279960d2332225a57ac7 |b904 |a408 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #16 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 783e051031e4ddac279960d2332225a57ac7a408 by Dmitry Kazakov. Committed on 06/12/2021 at 13:48. Pushed by dkazakov into branch 'krita/5.0'. Fix embedded resources to appear in the resource model All the code that manipuilates resources in Krita is expected to do that via KisResourceModel. It guarantees that the internal model indexes are valid and up-to-date. Though we have one notable exception, that is, embedded resources. They are loaded by KisResourceLocator internally, when some uncached resource is loaded. In such a case the model should be notified to update its query. M +3 -0 libs/resources/KisResourceLocator.cpp M +6 -0 libs/resources/KisResourceLocator.h M +18 -0 libs/resources/KisResourceModel.cpp M +17 -0 libs/resources/KisResourceModel.h https://invent.kde.org/graphics/krita/commit/783e051031e4ddac279960d2332225a57ac7a408 -- You are receiving this mail because: You are watching all bug changes.