From 52de562a799ae76a688a8c67c5a8edbef2adcf02 Mon Sep 17 00:00:00 2001 From: Gerald Nicolas Date: Wed, 19 Mar 2014 18:02:28 +0100 Subject: [PATCH] Transfert des options avec ou sans pyramides pour un cas du GUI vers CORBA Resolution de la fiche 2834 --- src/HOMARDGUI/MonCreateCase.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HOMARDGUI/MonCreateCase.cxx b/src/HOMARDGUI/MonCreateCase.cxx index 7eb1f2ee..5377c1ff 100644 --- a/src/HOMARDGUI/MonCreateCase.cxx +++ b/src/HOMARDGUI/MonCreateCase.cxx @@ -300,6 +300,7 @@ bool MonCreateCase::PushOnApply(int option) // Autorisation des pyramides if (CBPyramid->isChecked()) { _Pyram = 1 ; } } + aCase->SetPyram(_Pyram); HOMARD_UTILS::updateObjBrowser(); -- 2.39.2