From 9d55d9b0be7b38b9da86fac6f3b236bb8f1951de Mon Sep 17 00:00:00 2001 From: Benjamin Bihler Date: Fri, 26 Feb 2016 14:07:28 +0100 Subject: [PATCH] 0027208: Show method in Message_ProgressIndicator::NewScope should not be commented out Undone commenting out of Show method --- src/Message/Message_ProgressIndicator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Message/Message_ProgressIndicator.cxx b/src/Message/Message_ProgressIndicator.cxx index 9e6ad57c07..b303ac77d8 100644 --- a/src/Message/Message_ProgressIndicator.cxx +++ b/src/Message/Message_ProgressIndicator.cxx @@ -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.; }