summaryrefslogtreecommitdiffstats
path: root/src/node-context.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-12-05 22:00:27 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-12-05 22:00:27 +0000
commite40f7be29b41009dc5de943a4189e2edf37ce71c (patch)
tree4e6b52e90a6c91e80b11b6f03bf408b119ea2a67 /src/node-context.cpp
parent* [INTL: sv] swedish translation update by Henrik Larsson (closes: #174223) (diff)
downloadinkscape-e40f7be29b41009dc5de943a4189e2edf37ce71c.tar.gz
inkscape-e40f7be29b41009dc5de943a4189e2edf37ce71c.zip
Always set coord entry fields inactive when switching to the node tool
(bzr r4179)
Diffstat (limited to 'src/node-context.cpp')
-rw-r--r--src/node-context.cpp2
1 files changed, 2 insertions, 0 deletions
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();