mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +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:
committed by
bugmaster
parent
b508cbc59f
commit
9d55d9b0be
@@ -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.;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user