xenko icon indicating copy to clipboard operation
xenko copied to clipboard

Dragging element using property grid should progressively move element,

Open mrvux opened this issue 8 years ago • 0 comments

When using left click to move an element on the scene as clicking on number and dragging : image

Scene view only updates when we end dragging (release left button), so it makes the feature not really of any use (since we have no visual feedback until we complete the action).

Process should be:

  • Left click -> Begin edit value
  • While holding -> Update scene view so we can see progress of action
  • Release left click -> Push action to undo stack

Thanks

mrvux avatar Jul 21 '17 11:07 mrvux