mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-14 09:38:33 +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
@ -686,8 +686,8 @@
|
|||||||
fd->setWindowTitle( aTitle );
|
fd->setWindowTitle( aTitle );
|
||||||
fd->setNameFilters( filters );
|
fd->setNameFilters( filters );
|
||||||
fd->selectNameFilter( aDefaultFilter );
|
fd->selectNameFilter( aDefaultFilter );
|
||||||
fd->SetChecked(0,toCreateGroups);
|
fd->SetChecked( toCreateGroups, 0 );
|
||||||
fd->SetChecked(1,toFindOutDim);
|
fd->SetChecked( toFindOutDim, 1 );
|
||||||
if ( !anInitialPath.isEmpty() )
|
if ( !anInitialPath.isEmpty() )
|
||||||
fd->setDirectory( anInitialPath );
|
fd->setDirectory( anInitialPath );
|
||||||
fd->selectFile(aMeshName);
|
fd->selectFile(aMeshName);
|
||||||
|
Loading…
Reference in New Issue
Block a user