On Tue, Mar 2, 2010 at 4:21 AM, Alexander Roalter <alexander@...2299...> wrote:
when deleting a node between two cusp nodes, currently it is also trying to maintain shape: if I have a square, convert it to a path and then delete one corner, I don't get a triangle anymore, but a triangle with a rounded hypotenuse.
This is the intended default behavior. You can turn a switch in the prefs to make it always create non-approximating path.
Krzysztof: I think we have consensus for adding this Del/Ctrl+Del prefs switch if you didn't yet do it.
Another is more of a question: I have a tablet (Graphire4), and previously was able to insert a node in a path by simply double-clicking on it. This is still possible with the mouse, but not with the tablet, and I suspect that's because I'm not able to push on exactly the same spot and therefore it is not recognized as a double click... Is there any possibility to set the threshold for the clicking radius in order to have a click recognized as double click?
Actually double clicks are recognized by GTK, we only respond to the events it sends us. However we have our own preferences-settable threshold for distinguishing clicks from drags, i.e. ignoring dragging if it is less than this threshold. it may be that the new node code fails to make use of this. Krzysztof, can you comment?