Summary: | default pixels becomes transparent after an undo | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | enkithan |
Component: | General | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73, halla, user581 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
enkithan
2009-10-28 21:46:46 UTC
A transaction is not created during creation of a new custom image. tiles3 is quite sensitive for that =). Where is this "Custom image creation code" placed? PS: Templates are loaded from files through a datamanager, that is why they work well as a transaction is created interally. That's in KisDoc2::newImage. *** Bug 212460 has been marked as a duplicate of this bug. *** SVN commit 1043167 by dkazakov: Transactions was not being created during creation of the image. Fixed a bug in KisTiledDataManager::clear() as well. BUG:212235 M +16 -6 image/tiles3/kis_tiled_data_manager.cc M +9 -28 ui/kis_doc2.cc WebSVN link: http://websvn.kde.org/?view=rev&revision=1043167 |