From 0d4696acf1c39161e5359194d8d04ebcb0a7f091 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sat, 3 May 2008 01:34:26 +0000 Subject: [PATCH] make more messages immediate --- src/seltrans.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/seltrans.cpp b/src/seltrans.cpp index 3c333c11b..e34f6ba83 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -976,7 +976,7 @@ gboolean Inkscape::SelTrans::scaleRequest(NR::Point &pt, guint state) } /* Status text */ - _message_context.setF(Inkscape::NORMAL_MESSAGE, + _message_context.setF(Inkscape::IMMEDIATE_MESSAGE, _("Scale: %0.2f%% x %0.2f%%; with Ctrl to lock ratio"), 100 * _absolute_affine[0], 100 * _absolute_affine[3]); @@ -1075,7 +1075,7 @@ gboolean Inkscape::SelTrans::stretchRequest(SPSelTransHandle const &handle, NR:: } // status text - _message_context.setF(Inkscape::NORMAL_MESSAGE, + _message_context.setF(Inkscape::IMMEDIATE_MESSAGE, _("Scale: %0.2f%% x %0.2f%%; with Ctrl to lock ratio"), 100 * _absolute_affine[0], 100 * _absolute_affine[3]); @@ -1190,7 +1190,7 @@ gboolean Inkscape::SelTrans::skewRequest(SPSelTransHandle const &handle, NR::Poi // Update the status text double degrees = mod360symm(Geom::rad_to_deg(radians)); - _message_context.setF(Inkscape::NORMAL_MESSAGE, + _message_context.setF(Inkscape::IMMEDIATE_MESSAGE, // TRANSLATORS: don't modify the first ";" // (it will NOT be displayed as ";" - only the second one will be) _("Skew: %0.2f°; with Ctrl to snap angle"), @@ -1249,7 +1249,7 @@ gboolean Inkscape::SelTrans::rotateRequest(NR::Point &pt, guint state) // Update the status text double degrees = mod360symm(Geom::rad_to_deg(radians)); - _message_context.setF(Inkscape::NORMAL_MESSAGE, + _message_context.setF(Inkscape::IMMEDIATE_MESSAGE, // TRANSLATORS: don't modify the first ";" // (it will NOT be displayed as ";" - only the second one will be) _("Rotate: %0.2f°; with Ctrl to snap angle"), degrees); -- 2.30.2