X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FmanualContour%2FmanualViewBaseContour.cpp;h=6e334f40cd0200ea1d6cf37b7f4fb9d58738306e;hb=f9901e756bb82bd333310b47607875331616bb29;hp=47b19a033d802a515087015598f727e703e940fd;hpb=25e3adf442d6a8d357d52410267445c54426c525;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewBaseContour.cpp b/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewBaseContour.cpp index 47b19a0..6e334f4 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewBaseContour.cpp +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewBaseContour.cpp @@ -355,7 +355,7 @@ void manualViewBaseContour::InitTextActor() // _textActor->GetPositionCoordinate()->SetValue( 0.8 , 0.8 ); vtkTextProperty *tprop = _textActor->GetTextProperty(); - tprop->SetFontSize(14); + tprop->SetFontSize(12); tprop->SetFontFamilyToArial(); tprop->SetColor(1, 1, 0); @@ -371,7 +371,7 @@ void manualViewBaseContour::InitTextActor() // _textActor2->GetPositionCoordinate()->SetValue( 0.8 , 0.8 ); vtkTextProperty *tprop2 = _textActor2->GetTextProperty(); - tprop2->SetFontSize(14); + tprop2->SetFontSize(12); tprop2->SetFontFamilyToArial(); tprop2->SetColor(1, 1, 0); @@ -976,8 +976,8 @@ void manualViewBaseContour::SetShowText(bool ok) _show_text = ok; if (_show_text==false && _textActor!=NULL) { - _textActor->SetInput("00"); - _textActor2->SetInput("00"); + _textActor->SetInput(""); + _textActor2->SetInput(""); } } // ----------------------------------------------------------------------------