eap 645aebdeb7 NPAL15983 (EDF PAL 413: Bug when displaying empty groups)
/* Case of only one subshape */
-  if (list->length() == 1) {
+  if (list->length() == 1 && list[0] > 0) {
     S = anIndices.FindKey(list[0]);
   }
2007-05-18 13:47:36 +00:00
2006-06-27 07:42:15 +00:00
2007-04-16 10:56:07 +00:00
2007-05-02 12:58:30 +00:00
2007-04-11 13:49:43 +00:00
2003-11-06 11:36:31 +00:00
Description
SALOME Geometry module
63 MiB
Languages
C++ 87%
Python 11.1%
CMake 1.7%