From: buliabyak Date: Thu, 10 Apr 2008 16:49:28 +0000 (+0000) Subject: make handle length/angle display immediate X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5c243a802dfb5a3aa7c08c493a56a1f63b2d6571;p=inkscape.git make handle length/angle display immediate --- 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);