diff options
| author | John Bintz <me@johnbintz.com> | 2006-08-26 11:58:50 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2006-08-26 11:58:50 +0000 |
| commit | 2ed54dfb133d4bd409c4e37f7122fbb6f87d5361 (patch) | |
| tree | 979260395c23511b45c215930ea2f5fec0441344 /src/trace/trace.cpp | |
| parent | gboolean -> bool conversion commit 1. Modifies code to do with getting the u... (diff) | |
| download | inkscape-2ed54dfb133d4bd409c4e37f7122fbb6f87d5361.tar.gz inkscape-2ed54dfb133d4bd409c4e37f7122fbb6f87d5361.zip | |
Display message to indicate that bitmap tracing has started
(bzr r1640)
Diffstat (limited to 'src/trace/trace.cpp')
| -rw-r--r-- | src/trace/trace.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/trace/trace.cpp b/src/trace/trace.cpp index 6e5e0d171..86d9c3f05 100644 --- a/src/trace/trace.cpp +++ b/src/trace/trace.cpp @@ -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()); |
