mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51: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:
parent
b508cbc59f
commit
9d55d9b0be
@ -115,7 +115,7 @@ Standard_Boolean Message_ProgressIndicator::NewScope (const Standard_Real span,
|
|||||||
scale.SetName ( name );
|
scale.SetName ( name );
|
||||||
scale.SetSpan ( myPosition, myScopes(1).LocalToBase ( GetValue() + span ) );
|
scale.SetSpan ( myPosition, myScopes(1).LocalToBase ( GetValue() + span ) );
|
||||||
myScopes.Prepend ( scale );
|
myScopes.Prepend ( scale );
|
||||||
// Show(Standard_False); // to update textual representation, if any
|
Show(Standard_False); // to update textual representation, if any
|
||||||
return myPosition < 1.;
|
return myPosition < 1.;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user