Code

Allow snapping from and to ellipses
[inkscape.git] / src / node-context.cpp
index 1cac6f164651829e88a97815a351daf962d3ea99..3d11aefe4a39c303ba783e9e41aa1a11199ee04f 100644 (file)
@@ -153,6 +153,8 @@ sp_node_context_setup(SPEventContext *ec)
         ec->enableGrDrag();
     }
 
+    ec->desktop->emitToolSubselectionChanged(NULL); // sets the coord entry fields to inactive
+
     nc->_node_message_context = new Inkscape::MessageContext((ec->desktop)->messageStack());
 
     nc->shape_editor->update_statusbar();