]> Creatis software - creaMaracasVisu.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Fri, 13 Feb 2009 15:35:33 +0000 (15:35 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Fri, 13 Feb 2009 15:35:33 +0000 (15:35 +0000)
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkBaseView.cxx

index 748c88cf267196d0b7607dac16e18b6f7331bbc2..86358111a08130bd8bb53698a71106f7820de076 100644 (file)
@@ -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();