]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Visualization/ImageSliceActors.cxx
...
[cpPlugins.git] / lib / cpExtensions / Visualization / ImageSliceActors.cxx
index 90e09238c22ffec682c9422e5ac131eac5b2e35a..024fbe09c9bc94051ac6652bc19092f7de7a2424 100644 (file)
@@ -963,6 +963,7 @@ UpdateText( double pos[ 3 ] )
             ijk[ 0 ], ijk[ 1 ], ijk[ 2 ], n
             );
       str << ")";
+
 #if defined(WIN32)
       sprintf_s(
         this->m_TextBuffer, 1024, "Axis: %c (%d)\nPixel %s",
@@ -974,8 +975,6 @@ UpdateText( double pos[ 3 ] )
         axis, slice, str.str( ).c_str( )
         );
 #endif // defined(WIN32)
-
-
     } // fi
   }
   else