Salome HOME
Avoid empty items in the "Algorithm" combo-box in the "Create/Edit Mesh" dialog.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_XmlHandler.cxx
index 6c84814337e1c059d94bb09d59f4da2bebad0282..69b68ddbecfad05b347b1d50f7dd2cc6e7d28b31 100644 (file)
@@ -191,6 +191,13 @@ bool SMESHGUI_XmlHandler::startElement (const QString&, const QString&,
       }
     }
   }
+  else if ( qName == "python-wrap" ||
+            qName == "algo"        ||
+            qName == "hypo"         )
+  {
+    // elements used in SMESH_2smeshpy
+    return true;
+  }
   else
   {
     // error