Summary: | Krita freeze on saving kpp files ( paintoppresets ) after editing the thumbnail | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | David REVOY <info> |
Component: | Brush engines | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/d33fb3a26f86127614c385e080f4661d108f3803 | Version Fixed In: | |
Sentry Crash Report: |
Description
David REVOY
2012-12-14 15:02:28 UTC
Outch... I'm not sure how to prevent that. The problem with files in that place is that krita also loads them as a preset, so it's open twice... It would be best, I think, to copy the file to a temporary location if you just want to the edit the png. Git commit a40748bac7eabe4806c619eb3a2a97526504bd8e by Boudewijn Rempt. Committed on 22/12/2012 at 16:06. Pushed by rempt into branch 'master'. Fix saving of png's containing annotations For some weird reason, the iterator was never increased. M +2 -2 krita/ui/kis_png_converter.cpp http://commits.kde.org/calligra/a40748bac7eabe4806c619eb3a2a97526504bd8e Git commit c88a0f8c67cbeecb945c5a0a03c7300f4905ec1f by Boudewijn Rempt. Committed on 22/12/2012 at 16:06. Pushed by rempt into branch 'calligra/2.6'. Fix saving of png's containing annotations For some weird reason, the iterator was never increased. M +2 -2 krita/ui/kis_png_converter.cpp http://commits.kde.org/calligra/c88a0f8c67cbeecb945c5a0a03c7300f4905ec1f Git commit d33fb3a26f86127614c385e080f4661d108f3803 by Jean-Nicolas Artaud, on behalf of Boudewijn Rempt. Committed on 22/12/2012 at 16:06. Pushed by artaud into branch 'flake-configwidgets-boemann'. Fix saving of png's containing annotations For some weird reason, the iterator was never increased. M +2 -2 krita/ui/kis_png_converter.cpp http://commits.kde.org/calligra/d33fb3a26f86127614c385e080f4661d108f3803 |