1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0027208: Show method in Message_ProgressIndicator::NewScope should not be commented out

Undone commenting out of Show method
This commit is contained in:
Benjamin Bihler 2016-02-26 14:07:28 +01:00 committed by bugmaster
parent b508cbc59f
commit 9d55d9b0be

View File

@ -115,7 +115,7 @@ Standard_Boolean Message_ProgressIndicator::NewScope (const Standard_Real span,
scale.SetName ( name );
scale.SetSpan ( myPosition, myScopes(1).LocalToBase ( GetValue() + span ) );
myScopes.Prepend ( scale );
// Show(Standard_False); // to update textual representation, if any
Show(Standard_False); // to update textual representation, if any
return myPosition < 1.;
}