From 76f04deded581cbc80307c2f27652f8d07a1ad4c Mon Sep 17 00:00:00 2001 From: smh Date: Fri, 7 May 2004 08:52:44 +0000 Subject: [PATCH] SMH: Debug - restore numeration indexes --- src/GEOMContext/GEOMContext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2