From 5e342ebfd0c017dcaa768ebae652f6a0671f4f33 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 5 Dec 2013 15:47:22 +0000 Subject: [PATCH] 52223: TC7.3.0:Automatically create groups for MED export does not save in export mesh dialog box,when we check it in preferences --- src/SMESHGUI/SMESHGUI.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 45b145d18..6fb58cea1 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -685,9 +685,9 @@ new SalomeApp_CheckFileDlg ( SMESHGUI::desktop(), false, checkBoxes, true, true ); fd->setWindowTitle( aTitle ); fd->setNameFilters( filters ); - fd->selectNameFilter(aDefaultFilter); - fd->SetChecked(0,toCreateGroups); - fd->SetChecked(1,toFindOutDim); + fd->selectNameFilter( aDefaultFilter ); + fd->SetChecked( toCreateGroups, 0 ); + fd->SetChecked( toFindOutDim, 1 ); if ( !anInitialPath.isEmpty() ) fd->setDirectory( anInitialPath ); fd->selectFile(aMeshName); -- 2.30.2