https://bugs.kde.org/show_bug.cgi?id=369335
Boudewijn Rempt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Platform|Windows CE |MS Windows --- Comment #1 from Boudewijn Rempt <[email protected]> --- That's this code: int KisRasterKeyframeChannel::frameId(KisKeyframeSP keyframe) const { KisRasterKeyframe *key = dynamic_cast<KisRasterKeyframe*>(keyframe.data()); Q_ASSERT(key != 0); return key->frameId; } So I suspect that they key is indeed 0.... -- You are receiving this mail because: You are watching all bug changes.
