https://bugs.kde.org/show_bug.cgi?id=477715
Dorijan Salak <dorijan.sa...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dorijan.sa...@gmail.com --- Comment #1 from Dorijan Salak <dorijan.sa...@gmail.com> --- Adding some extra info to this. It's caused by recorder taking a snapshot (set by Capture interval) so easiest to reproduce it is to set capture interval low like 1 sec, take freehand selection tool make a selection and then quickly start tracing new selection or add to current, after set interval a new capture will happen and interrupt current tracing. A way to avoid it is to wait the set interval before making a new selection, however it will still capture new snapshot for every addition to the selection. Capturing selection actions is a waste of storage space as selections won't even be visible during timelapse and instead only show as pause without any update to the timelapse for a duration it took to finish selection. Solution to this would be to simply exclude selection tool actions from being recorded, both for optimization reasons and to resolve this bug. -- You are receiving this mail because: You are watching all bug changes.