]> Creatis software - creaMaracasVisu.git/commitdiff
Insert a space before contour label at display time
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 30 Nov 2009 13:21:09 +0000 (13:21 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 30 Nov 2009 13:21:09 +0000 (13:21 +0000)
lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewContour.cpp

index 309a4ceb41d60ced00fce985f919e69f21fcd6b6..0c2037dab13fd573d4e497fd1949a9670370e8c7 100644 (file)
@@ -136,6 +136,7 @@ void manualViewContour::RefreshText()  // virtual
                                gcvt ( _mesureScale * _mesureScale * this->_manContModel->GetPathArea() , 5, text );
                                strcat(resultText,"   A= ");
                                strcat(resultText,text);
+                               strcat(resultText," ");
                        } else {
                                strcpy(resultText,"L= ");
                                gcvt (  _mesureScale * this->_manContModel->GetPathSize() , 5, text );