https://bugs.kde.org/show_bug.cgi?id=366607
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED Latest Commit|http://commits.kde.org/krit |http://commits.kde.org/krit |a/68ca0a9afba1693d7f1a6234c |a/431fbb5a10eb2f1b54085e791 |605ff7233522dd5 |37db8d0e7e997c4 --- Comment #12 from Dmitry Kazakov <[email protected]> --- Git commit a1e7098bdfa7618578f4c6096c0b35146c81bee3 by Dmitry Kazakov. Committed on 21/09/2016 at 11:05. Pushed by dkazakov into branch 'kazakov/preset-chooser-fixes'. Fix crash when D&D frames from a *cloned* layer Yes, we should also copy the free-frame-id counter when cloning the layers (and ideally also check if the frame id is already occupied) M +12 -3 libs/image/kis_paint_device.cc M +55 -11 libs/image/tests/kis_keyframing_test.cpp M +2 -0 libs/image/tests/kis_keyframing_test.h http://commits.kde.org/krita/a1e7098bdfa7618578f4c6096c0b35146c81bee3 --- Comment #13 from Dmitry Kazakov <[email protected]> --- Git commit 431fbb5a10eb2f1b54085e79137db8d0e7e997c4 by Dmitry Kazakov. Committed on 21/09/2016 at 13:15. Pushed by dkazakov into branch 'kazakov/preset-chooser-fixes'. Fix crash in timedMergeWith() Don't try to read from m_lastMergedIndex + 1, which might not exist because the previous command has been merged using basic Qt's mechanism. M +53 -19 libs/kundo2/kundo2stack.cpp http://commits.kde.org/krita/431fbb5a10eb2f1b54085e79137db8d0e7e997c4 -- You are receiving this mail because: You are watching all bug changes.
