Summary: | First frame of some layers get random offset when saved | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Alvin Wong <alvin> |
Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | phaineofcatz |
Priority: | NOR | ||
Version First Reported In: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | http://commits.kde.org/krita/5da77610aa28a85775ebce7d7daf8779ef4c8c11 | Version Fixed In: | |
Sentry Crash Report: |
Description
Alvin Wong
2016-06-30 20:21:47 UTC
Git commit e8a066d6c9ef8be40a9cf24a6210dda97611feb0 by Jouni Pentikäinen. Committed on 01/07/2016 at 07:39. Pushed by jounip into branch 'krita/3.0'. Fix incorrect offset when loading first frame When loading the first frame, the keyframe channel and paint device are in an inconsistent state for a brief moment between removing and re-inserting the only key. Applying the offset using paintDevice::move(QPoint) would affect the wrong object (m_data). M +1 -1 libs/image/kis_raster_keyframe_channel.cpp http://commits.kde.org/krita/e8a066d6c9ef8be40a9cf24a6210dda97611feb0 Git commit 5da77610aa28a85775ebce7d7daf8779ef4c8c11 by Jouni Pentikäinen. Committed on 01/07/2016 at 07:42. Pushed by jounip into branch 'master'. Fix incorrect offset when loading first frame When loading the first frame, the keyframe channel and paint device are in an inconsistent state for a brief moment between removing and re-inserting the only key. Applying the offset using paintDevice::move(QPoint) would affect the wrong object (m_data). M +1 -1 libs/image/kis_raster_keyframe_channel.cpp http://commits.kde.org/krita/5da77610aa28a85775ebce7d7daf8779ef4c8c11 *** Bug 363963 has been marked as a duplicate of this bug. *** |