From e40f7be29b41009dc5de943a4189e2edf37ce71c Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Wed, 5 Dec 2007 22:00:27 +0000 Subject: Always set coord entry fields inactive when switching to the node tool (bzr r4179) --- src/node-context.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/node-context.cpp') diff --git a/src/node-context.cpp b/src/node-context.cpp index 1cac6f164..3d11aefe4 100644 --- a/src/node-context.cpp +++ b/src/node-context.cpp @@ -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(); -- cgit v1.2.3