From 212f0d0bcfc27b9e79be4c1536e49dcb7f55041d Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Mon, 30 Nov 2009 13:21:09 +0000 Subject: [PATCH] Insert a space before contour label at display time --- .../wxWindows/widgets/manualContour/manualViewContour.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewContour.cpp b/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewContour.cpp index 309a4ce..0c2037d 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewContour.cpp +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualViewContour.cpp @@ -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 ); -- 2.46.0