Searched defs:retract (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tool/
H A Dnode.cpp253 void Handle::retract() function in class:Inkscape::UI::Handle
532 "<b>Ctrl</b>: snap rotation angle to %g° increments, click to retract"),
756 // For endnodes, retract both handles. (It's only possible to create an end auto node
759 _front.retract();
760 _back.retract();
777 // If any of the adjacent nodes coincides, retract both handles.
778 _front.retract();
779 _back.retract();

Completed in 86 milliseconds