]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ViewShowNPoints.cxx
#3504 Integer to double ShowNpoints
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ViewShowNPoints.cxx
index 0af0e4532675941e3d3489f350d35164bbe0557a..008f5cf8cac887c8c36b1d2cf052bd6bceaab47f 100644 (file)
@@ -21,7 +21,7 @@ ViewShowNPoints::~ViewShowNPoints()
 void ViewShowNPoints::RefreshPoint(int id)
 {
     double spc[3];
-    int x,y,z;
+    double x,y,z;
     GetModelShowNPoints()->GetIdPoint(id,&x,&y,&z);
     GetModelShowNPoints()->GetImage()->GetSpacing(spc);
     std::string label     = GetModelShowNPoints()->GetIdLabel(id);