https://bugs.kde.org/show_bug.cgi?id=367524
anim...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anim...@gmail.com --- Comment #1 from anim...@gmail.com --- A switch keeping current way of working as default could be ok. But the way it works right now actually cover all different needs already in this way: The thing is the new frame content depends on the action made to create it. -Need to keep all of previous drawing? Start drawing to add on top of previous frame. -Need to keep only a part of previous drawing? Start drawing with the eraser to create a frame with remaining of previous frame (this can actually also be common on regular frame-by-frame animation to save some time) -Need a new empty frame? Press delete to create a frame. See that this way there's a logic and all cases are possible depending on the action, without using a specific option to switch the way auto-frame works. -- You are receiving this mail because: You are watching all bug changes.