Code

Display message to indicate that bitmap tracing has started
authorjohncoswell <johncoswell@users.sourceforge.net>
Sat, 26 Aug 2006 11:58:50 +0000 (11:58 +0000)
committerjohncoswell <johncoswell@users.sourceforge.net>
Sat, 26 Aug 2006 11:58:50 +0000 (11:58 +0000)
src/trace/trace.cpp

index 6e5e0d171ba3f2e366e486f826a9d0240ed9eee8..86d9c3f058926225defb11d284f7ca032abf5415 100644 (file)
@@ -463,6 +463,9 @@ void Tracer::traceThread()
         return;
         }
 
+    msgStack->flash(Inkscape::NORMAL_MESSAGE, _("Trace: Starting trace..."));
+    desktop->updateCanvasNow();
+    
     std::vector<TracingEngineResult> results =
                 engine->trace(pixbuf);
     //printf("nrPaths:%d\n", results.size());