~tghs/inkscape/ui_icon_background_alpha

Viewing all changes in revision 15486.

  • Committer: Jabiertxof
  • Date: 2017-02-06 23:25:47 UTC
  • Revision ID: jtx@jtx-20170206232547-og88157h5ickc07b
This commit fixes bug #1657874
Title Missing handles after reset of rotation center
Whats the bug: In a previous commit I do, I change a event on knots from onmove to onmousedown. this seems ok but the problem were if the user click on rotation center without moving it, the onrelease event has a variable move not set and hide the current knots making the needs to switch the tools to reshow. Is in particular a big problem on little elements where the center knot have a big influence and is very easy to click on it on select.
Why do this commit that broke: I want have onmousedown fired to allow meshgradient triangle knots updated on mouse down.
What fixes: INstras change the place of the signal, I send back to the original position and create a new signal to fire onmousedow a knot. In the gradient code I change the previous calls from undrag to onmousedown.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: