https://bugs.kde.org/show_bug.cgi?id=389067
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kri | |ta/562fd25ec9fa78b8fc704969 | |cf865b0276b211f9 Resolution|--- |FIXED --- Comment #3 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 562fd25ec9fa78b8fc704969cf865b0276b211f9 by Boudewijn Rempt. Committed on 17/01/2018 at 10:56. Pushed by rempt into branch 'master'. Create an initial paint device in all KisFileLayer constructors Tested with: from krita import * doc = Krita.instance().activeDocument() fl = doc.createFileLayer("test", "/home/boud/Pictures/gfx_Pepper-and-Carrot_by-David-Revoy_E24P05.jpg", "") root = doc.rootNode() children = root.childNodes() root.addChildNode(fl, children[0]) M +11 -3 libs/ui/kis_file_layer.cpp https://commits.kde.org/krita/562fd25ec9fa78b8fc704969cf865b0276b211f9 -- You are receiving this mail because: You are watching all bug changes.