Salome HOME
HYDROGUI_Wizard has been refactored and now uses QStackedWidget instead of QWizard.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportImageOp.cxx
index ca37f4a5fc8e7eb6643c2da40af972d2814b9f36..d53d3a8bb997ebc3d37fb2c39bb4971e4c8225b7 100644 (file)
@@ -376,7 +376,7 @@ bool HYDROGUI_ImportImageOp::processApply( int& theUpdateFlags,
 
   anImageObj->SetName( anImageName );
   anImageObj->SetImage( myImage );
-  anImageObj->SetLocalPoints( aPointA, aPointB, aPointC );
+  anImageObj->SetLocalPoints( aPointA, aPointB, aPointC, false );
 
   if ( aTransformationMode == HYDROData_Image::ReferenceImage )
   {