Mercurial > hg > svgui
changeset 1487:c3cc36c014b8
Fix failure to show alignment progress bar
author | Chris Cannam |
---|---|
date | Thu, 18 Jul 2019 13:18:19 +0100 |
parents | ac0a8addabcf |
children | bd7fdc418f36 |
files | view/View.cpp |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/view/View.cpp Wed Jul 17 14:25:16 2019 +0100 +++ b/view/View.cpp Thu Jul 18 13:18:19 2019 +0100 @@ -1783,7 +1783,7 @@ QString error = i->first->getError(this); #ifdef DEBUG_PROGRESS_STUFF - SVCERR << "View[" << this << "]::checkProgress(" << object << "): " + SVCERR << "View[" << this << "]::checkProgress(" << modelId << "): " << "found progress bar " << pb << " for layer at height " << ph << ": completion = " << completion << endl; #endif @@ -1816,7 +1816,7 @@ showCancelButton = false; #ifdef DEBUG_PROGRESS_STUFF - SVCERR << "View[" << this << "]::checkProgress(" << object << "): " + SVCERR << "View[" << this << "]::checkProgress(" << modelId << "): " << "alignment completion = " << completion << endl; #endif @@ -1875,8 +1875,8 @@ if (!found) { #ifdef DEBUG_PROGRESS_STUFF - SVCERR << "View[" << this << "]::checkProgress(" << object << "): " - << "failed to find layer " << object << " in progress map" + SVCERR << "View[" << this << "]::checkProgress(" << modelId << "): " + << "failed to find layer for model in progress map" << endl; #endif }