Summary: | Krita can't open native document created in 1.6 | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Thomas Zander <zander> |
Component: | General | Assignee: | Halla Rempt <halla> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thomas Zander
2007-12-19 11:09:31 UTC
Yeah, we need to fix that. Casper was going to do that, but he got sidetracked by Oxygen. It's on my todo now. Ok, I fixed the resolution bug, but that's not the problem here. We set the image name in the aboutinfo, but later the aboutinfo block is loaded, and since our old images have an empty documentinfo.xml file the image name is reset, which then is empty, which means we cannot find the layer data. SVN commit 750476 by rempt: Fix loading of .kra images (the imagename was set in the info block and then reset when an empty info block was loaded later on) BUG:154306 M +15 -7 kis_doc2.cc M +5 -1 kis_load_visitor.cc WebSVN link: http://websvn.kde.org/?view=rev&revision=750476 |