https://bugs.kde.org/show_bug.cgi?id=401497
Bug ID: 401497 Summary: document clone shuts down krita Product: krita Version: 4.1.0 Platform: MS Windows OS: MS Windows Status: REPORTED Severity: normal Priority: NOR Component: Scripting Assignee: krita-bugs-n...@kde.org Reporter: zlatko.ma...@gmail.com Target Milestone: --- SUMMARY While creating a plugin, I've come onto a bug where cloning a document turns off Krita entirely. STEPS TO REPRODUCE 1. In one of the Python scripts, have self.document = Krita.instance().activeDocument() 2. attempt running new_image = self.document.clone() 3. Krita turns off by itself OBSERVED RESULT Krita turns off by itself EXPECTED RESULT Document cloned successfully so other operations can be issued on the copy. SOFTWARE/OS VERSIONS Windows: 10 MacOS: Not tested Linux/KDE Plasma: Not tested (available in About System) KDE Plasma Version: N/A KDE Frameworks Version: N/A Qt Version: Not sure ADDITIONAL INFORMATION If additional code requested, I can provide a full buggy plugin code. -- You are receiving this mail because: You are watching all bug changes.