https://bugs.kde.org/show_bug.cgi?id=365057
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/krit | |a/8acd0ee3d49e41dabcb386e00 | |191dc71c018f9a0 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #6 from Boudewijn Rempt <b...@valdyas.org> --- Git commit e719375b09edf3984b3c03c79b627f7187bd2e4b by Boudewijn Rempt. Committed on 05/07/2016 at 12:57. Pushed by rempt into branch 'krita/3.0'. Rename member variable to m_paintDevice We should only be calling KisImage or QImage instances "image", otherwise the scope for confusion is too big. M +11 -10 libs/ui/kis_file_layer.cpp M +2 -2 libs/ui/kis_file_layer.h http://commits.kde.org/krita/e719375b09edf3984b3c03c79b627f7187bd2e4b --- Comment #7 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 8acd0ee3d49e41dabcb386e00191dc71c018f9a0 by Boudewijn Rempt. Committed on 05/07/2016 at 13:12. Pushed by rempt into branch 'krita/3.0'. Pass a clone of the paint device instead of the image back to the file layer, because resetting the import document deletes it, which checks whether the image is still in use, and if it is, asserts. M +13 -11 libs/ui/kis_file_layer.cpp M +1 -1 libs/ui/kis_file_layer.h M +4 -1 libs/ui/kis_safe_document_loader.cpp M +1 -1 libs/ui/kis_safe_document_loader.h http://commits.kde.org/krita/8acd0ee3d49e41dabcb386e00191dc71c018f9a0 -- You are receiving this mail because: You are watching all bug changes.