mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
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:
parent
f24e7f0173
commit
5e342ebfd0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user