URL:
  <http://gna.org/bugs/?20307>

                 Summary: Moving layers with only mouse(stylus) button should
restore painting mode 
                 Project: MyPaint
            Submitted by: zrzz
            Submitted on: Mon 19 Nov 2012 05:11:27 PM GMT
                Severity: 1 - Wish
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 
         Planned Release: None
        Operating System: Linux

    _______________________________________________________

Details:

Binding LayerMoveMode to Button3 works badly after

Commit: 3953268d11bc0c162c09e102130bd51c9f966db6

> Make spring-loaded modes actually persist for as long as modifiers are held.
Not bouncing between modes will be better for UI feedback.

gui/canvasenvent.py
        # Leave mode if started with modifiers held and the user had released
        # them all at the end of the drag.
        if self.initial_modifiers:
            if (self.final_modifiers & self.initial_modifiers) == 0:
                self.doc.modes.pop()




When you start dragging, it works fine.

But when you stop dragging, it doesn't modify the stack and doesn't returns to
drawing(like in previous version) because Button3 has no modifiers.

It's impossible to return old very convenient behavior(Pressed B3=moving
layers) via configuration.

It's also counter-intuitive that the same action bound to different buttons(B3
and shift-b3) behaves differently.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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