]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/OBJECT/GEOM_Constants.cxx
Salome HOME
Fix of 0022437: EDF GEOM: Texture is lost when hiding and showing again a shape....
[modules/geom.git] / src / OBJECT / GEOM_Constants.cxx
index 95a5840c2c7ae5717322aa479a8216e630bd3b16..8b89a773f97f63dc42eaef0a2045596c9fb9e9b8 100644 (file)
@@ -95,6 +95,8 @@ namespace GEOM
       "IsosColor",       // -
       // outlines color
       "OutlineColor",    // -
+      // texture
+      "Texture",         // -
     };
     return ( type >= GEOM::Visibility && type <= GEOM::LastProperty ) ? names[type] : QString();
   }