diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-04-10 16:49:28 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-04-10 16:49:28 +0000 |
| commit | a5a33885eacd3cdcb2087f02aab760738498da51 (patch) | |
| tree | 462948162eb638a5d3563544d4521aabaaad3478 /src | |
| parent | fix bug: extra node added when joining two-node subpaths; comments (diff) | |
| download | inkscape-a5a33885eacd3cdcb2087f02aab760738498da51.tar.gz inkscape-a5a33885eacd3cdcb2087f02aab760738498da51.zip | |
make handle length/angle display immediate
(bzr r5404)
Diffstat (limited to 'src')
| -rw-r--r-- | src/nodepath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, _("<b>Node handle</b>: angle %0.2f°, length %s; with <b>Ctrl</b> to snap angle; with <b>Alt</b> to lock length; with <b>Shift</b> to rotate both handles"), degrees, length->str); g_string_free(length, TRUE); |
