https://bugs.kde.org/show_bug.cgi?id=439700
Bug ID: 439700 Summary: Loop in Color Sampler Product: krita Version: git master (please specify the git hash!) Platform: Mint (Ubuntu based) OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Resource Management Assignee: krita-bugs-n...@kde.org Reporter: tamtamy.tym...@gmail.com Target Milestone: --- SUMMARY I'm not sure what the impact is for the user, but I noticed it in the code so it needs to be checked. There is a loop in palettes if the user uses both 1) a palette inside a document, 2) a color sampler to add new colors to the palette. The loop is as follows: Color Sampler updates the palette in the resource server, palette editor notices it by slotSetDocumentModified(), and that updates the palette in the resource server again, potentially triggering another slotSetDocumentModified() etc. I haven't tested it so I don't know how it looks from the user perspective but it might lead to a freeze. SOFTWARE/OS VERSIONS git hash: 13f04ca236 -- You are receiving this mail because: You are watching all bug changes.