52223: TC7.3.0:Automatically create groups for MED export does not

save in export mesh dialog box,when we check it in preferences
This commit is contained in:
eap 2013-12-05 15:47:22 +00:00
parent f24e7f0173
commit 5e342ebfd0

View File

@ -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);