From 5c243a802dfb5a3aa7c08c493a56a1f63b2d6571 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Thu, 10 Apr 2008 16:49:28 +0000 Subject: [PATCH] make handle length/angle display immediate --- src/nodepath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2