Follow-up Comment #4, bug #17991 (project mypaint):

I updated, and thanks for the fast attempt to fix. But the actual behavior is
really strange. The layers auto-name remain unchanged depending of their
position in the stack, as I observed. This is not usefull, because the user
can already see it only by the vertical position in the stack of who is behind
or above who.

If I have a layer stack like this :
#########
layer4 (content=paint-over)
layer3 (content=clean-drawing)
layer2 (content=flatcoloring)
layer1 (content=sketch)
#########

and I want to move my 'sketch' to the top, the actual behavior do this , wich
is uncorrect to me :
#########
layer4 (content=sketch)
layer3 (content=clean-drawing)
layer2 (content=flatcoloring)
layer1 (content=paint-over)
#########

I would prefer this :
#########
layer1 (content=sketch)
layer4 (content=clean-drawing)
layer3 (content=flatcoloring)
layer2 (content=paint-over)
#########

Because I know Layer1 is my sketch, so I identify it with this name. If I put
it on the top, I would like to see a feedback of it ; the auto-named layer
helps about it. 

Btw, I like a lot the new way how layer display in stack, this is more
compact and elegant. Bravo :)

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


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

Reply via email to