Code

Reintroduce Shift+L shortcut and handle retraction when setting the type
[inkscape.git] / src / ui / tool / node.cpp
index 399fa529238bfd149dd3b9100493377972bbfb48..60b5812c69c720003c67e7e34e8e4ff03620d43f 100644 (file)
@@ -568,14 +568,7 @@ void Node::setType(NodeType type, bool update_handles)
     if (update_handles) {
         switch (type) {
         case NODE_CUSP:
-            // if the existing type is also NODE_CUSP, retract handles
-            // NOTE: This misfeature is very annoying when you have both cusp and smooth
-            //       nodes in a selection, so I have removed it. Use segment commands
-            //       or Ctrl+click to retract handles.
-            //if (_type == NODE_CUSP) {
-            //    _front.retract();
-            //    _back.retract();
-            //}
+            // nothing to do
             break;
         case NODE_AUTO:
             // auto handles make no sense for endnodes