From b1a3c46ff7b25a6db4ca692f92b107a9cd0d319b Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Fri, 13 Feb 2009 15:35:33 +0000 Subject: [PATCH] *** empty log message *** --- .../src/interface/wxWindows/widgets/wxVtkBaseView.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx index 748c88c..8635811 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx @@ -1201,7 +1201,7 @@ vtkTextActor *vtkInfoTextImage::Create_Text_Label(int px, int py ) // Text Window Level vtkTextActor *textActor = vtkTextActor::New(); textActor->SetDisplayPosition(px, py); - textActor->SetInput("--"); + textActor->SetInput("0"); // Set coordinates to match the old vtkScaledTextActor default value textActor->GetPosition2Coordinate()->SetCoordinateSystemToNormalizedViewport(); -- 2.45.2