Salome HOME
Transfert des options avec ou sans pyramides pour un cas
authorGerald Nicolas <D68518@claui2t3.der.edf.fr>
Wed, 19 Mar 2014 17:02:28 +0000 (18:02 +0100)
committerGerald Nicolas <D68518@claui2t3.der.edf.fr>
Wed, 19 Mar 2014 17:02:28 +0000 (18:02 +0100)
du GUI vers CORBA
Resolution de la fiche 2834

src/HOMARDGUI/MonCreateCase.cxx

index 7eb1f2ee8db8246f4c1a02edd628aed7553d1d23..5377c1ffb05e392ae7e76e8548fd8232bfc59020 100644 (file)
@@ -300,6 +300,7 @@ bool MonCreateCase::PushOnApply(int option)
 // Autorisation des pyramides
     if (CBPyramid->isChecked()) { _Pyram = 1 ; }
   }
+  aCase->SetPyram(_Pyram);
 
   HOMARD_UTILS::updateObjBrowser();