From a5a33885eacd3cdcb2087f02aab760738498da51 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Thu, 10 Apr 2008 16:49:28 +0000 Subject: make handle length/angle display immediate (bzr r5404) --- src/nodepath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nodepath.cpp') diff --git a/src/nodepath.cpp b/src/nodepath.cpp index ffc99f578..e8b585812 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -3685,7 +3685,7 @@ static void node_handle_moved(SPKnot *knot, NR::Point *p, guint state, gpointer GString *length = SP_PX_TO_METRIC_STRING(rnew.r, desktop->namedview->getDefaultMetric()); - mc->setF(Inkscape::NORMAL_MESSAGE, + mc->setF(Inkscape::IMMEDIATE_MESSAGE, _("Node handle: angle %0.2f°, length %s; with Ctrl to snap angle; with Alt to lock length; with Shift to rotate both handles"), degrees, length->str); g_string_free(length, TRUE); -- cgit v1.2.3