]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Bug IPAL21795: Application crashes after cancel in Translate presentation V5_1_main_20100624 V5_1_main_20100629 V5_1_main_20100630 V5_1_main_20100701 V5_1_main_20100705 V5_1_main_20100706 V5_1_main_20100707 V5_1_main_20100708 V5_1_main_20100709 V5_1_main_20100712 V5_1_main_20100713 V5_1_main_20100714 V5_1_main_20100715 V5_1_main_20100716 translate_resources_09Jul10
authorvsr <vsr@opencascade.com>
Wed, 23 Jun 2010 12:46:15 +0000 (12:46 +0000)
committervsr <vsr@opencascade.com>
Wed, 23 Jun 2010 12:46:15 +0000 (12:46 +0000)
src/VISUGUI/VisuGUI_OffsetDlg.cxx

index 391c82646664614de08b03ad15ac4484e4e5225a..9dc2aa0a2b4fd0e8b5a0957ea1f385ce6cdeed5d 100644 (file)
@@ -325,7 +325,7 @@ void VisuGUI_OffsetDlg::reject()
     updateOffset(myPrsList.at(i), myOldOffsets[i].myOffset);
   }
   for (int i = 0; i < myPointMapList.count(); i++) {
-    updatePointMapOffset(myPointMapList.at(i), myOldOffsets[i].myOffset);
+    updatePointMapOffset(myPointMapList.at(i), myOldPointMapOffsets[i].myOffset);
   }
   QDialog::reject();
 }