summaryrefslogtreecommitdiffstats
path: root/src/message-context.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-02-06 23:25:47 +0000
committerJabiertxof <jtx@jtx>2017-02-06 23:25:47 +0000
commit7d0612fd5d4791988e0c0e05a2cbf1fba84fd655 (patch)
treebd36ab893cc0e173eb61da80e27b7cc910838343 /src/message-context.cpp
parentRemove some unneeded < C++11 fallback code (diff)
downloadinkscape-7d0612fd5d4791988e0c0e05a2cbf1fba84fd655.tar.gz
inkscape-7d0612fd5d4791988e0c0e05a2cbf1fba84fd655.zip
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. Fixed bugs: - https://launchpad.net/bugs/1657874 (bzr r15486)
Diffstat (limited to 'src/message-context.cpp')
0 files changed, 0 insertions, 0 deletions