From 4fb2a27742df093b23f980413fbfdb2bf8d4498c Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 23 Jun 2010 12:46:15 +0000 Subject: [PATCH] Bug IPAL21795: Application crashes after cancel in Translate presentation --- src/VISUGUI/VisuGUI_OffsetDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI_OffsetDlg.cxx b/src/VISUGUI/VisuGUI_OffsetDlg.cxx index 391c8264..9dc2aa0a 100644 --- a/src/VISUGUI/VisuGUI_OffsetDlg.cxx +++ b/src/VISUGUI/VisuGUI_OffsetDlg.cxx @@ -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(); } -- 2.39.2