[TD]use Label in waiting for thread message
This commit is contained in:
committed by
WandererFan
parent
81949d0817
commit
0a58649409
@@ -111,7 +111,7 @@ DrawViewDetail::~DrawViewDetail()
|
||||
{
|
||||
//don't delete this object while it still has dependent tasks running
|
||||
if (m_detailFuture.isRunning()) {
|
||||
Base::Console().Message("%s is waiting for detail cut to finish\n", getNameInDocument());
|
||||
Base::Console().Message("%s is waiting for detail cut to finish\n", Label.getValue());
|
||||
m_detailFuture.waitForFinished();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user