Update of bug #18581 (project mypaint):

                  Status:                    None => Confirmed              
                 Release:                   0.9.1 => 0.9.1 and git 4def27c  

    _______________________________________________________

Follow-up Comment #2:

Confirmed in git master as of 4def27c. This works with any slider setting in
the brush editor dialog too, and with any number of non-stroke options in the
undo stack (they all get popped back to the past stroke in the stack, are
discarded, and Redo doesn't work to retrieve them). Other undoable stuff like
layer reordering will be lost too.

One option for fixing is to take a leaf from git and rewrite history. Move
the last stroke operation back to the top of the stack and then do the
pop/modify/push.

The unwound stack items on top of the stroke could be replayed at the end of
the live modify too, I guess. That might flicker a bit on the layers stack,
but maybe that's OK if history order is preserved sanely.


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?18581>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to