https://bugs.kde.org/show_bug.cgi?id=421844
Scott Petrovic <scottpetro...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |NEEDSINFO CC| |scottpetro...@gmail.com Resolution|--- |WAITINGFORINFO --- Comment #1 from Scott Petrovic <scottpetro...@gmail.com> --- I just tried the setResolution(), which seems to work for me. Maybe it is a specific issue for Macs. See if this works. For Python stuff, we can probably use Krita artists to start off any issues. That will probably get to the root of the issue, or if it is just related to how it is scripted. from krita import * # create document and show in view doc = Krita.instance().createDocument(1280, 1024, "Document name", "RGBA", "U8", "", 300.0) view = Krita.instance().activeWindow().addView(doc) # shows it in the application window = Application.activeWindow() doc.setResolution(123) -- You are receiving this mail because: You are watching all bug changes.