From: smh Date: Fri, 7 May 2004 08:52:44 +0000 (+0000) Subject: SMH: Debug - restore numeration indexes X-Git-Tag: Ecole_Ete_a5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=76f04deded581cbc80307c2f27652f8d07a1ad4c;p=modules%2Fgeom.git SMH: Debug - restore numeration indexes --- diff --git a/src/GEOMContext/GEOMContext.cxx b/src/GEOMContext/GEOMContext.cxx index 12833ebc5..fcd33c80f 100644 --- a/src/GEOMContext/GEOMContext.cxx +++ b/src/GEOMContext/GEOMContext.cxx @@ -89,7 +89,7 @@ GEOMContext* GEOMContext::GetOrCreateGeomGUI(QAD_Desktop* desktop) int studyId = desktop->getActiveStudy()->getStudyId(); GeomGUI->myComponentGeom->GetCurrentStudy(studyId); - //GeomGUI->myNbGeom = GeomGUI->myComponentGeom->NbLabels(); + GeomGUI->myNbGeom = GeomGUI->myComponentGeom->NbLabels(); return GeomGUI; }