]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
set correct transform to result image
authorasl <asl@opencascade.com>
Mon, 2 Dec 2013 13:49:30 +0000 (13:49 +0000)
committerasl <asl@opencascade.com>
Mon, 2 Dec 2013 13:49:30 +0000 (13:49 +0000)
src/HYDROData/HYDROData_Image.cxx

index 6499672946d5570808552aac5c05e98c4cb62d01..58d86ccc99f736aab8d14d547af3d90f8ae8f3de 100644 (file)
@@ -188,6 +188,7 @@ void HYDROData_Image::Update()
 
     ImageComposer_Image aResImg = anOp->process( anObj1, anObj2 );
     SetImage( aResImg );
+    SetTrsf( aResImg.transform() );
   }
   else // Update image if it positioned relatively to other image
   {