https://bugs.kde.org/show_bug.cgi?id=394015
Bug ID: 394015 Summary: Closing documents through API leaves empty tabs behind Product: krita Version: 4.0.1 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Scripting Assignee: krita-bugs-n...@kde.org Reporter: jhoolm...@gmail.com Target Milestone: --- Closing a document through python does not close the tab. Test plan: 1. Create or open a document 2. Run python script: from krita import Krita kt = Krita.instance() document = kt.activeDocument() document.close() -- You are receiving this mail because: You are watching all bug changes.