]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Popup menus are different for imported table and table included in stored study
authordmv <dmv@opencascade.com>
Thu, 23 Oct 2008 09:29:46 +0000 (09:29 +0000)
committerdmv <dmv@opencascade.com>
Thu, 23 Oct 2008 09:29:46 +0000 (09:29 +0000)
src/VISU_I/VISU_Gen_i.cc

index 9407b8f2051446b5dde31d64924fa0fc4d3d64a3..74c070678e4719372d5d053fd2e8bdae4a4b0bf4 100644 (file)
@@ -217,6 +217,7 @@ namespace VISU
     Storable::RegistryStorableEngine(ColoredPrs3dHolder_i::myComment.c_str(),&(ColoredPrs3dHolder_i::StorableEngine));
     Storable::RegistryStorableEngine(ColoredPrs3dCache_i::myComment.c_str(),&(ColoredPrs3dCache_i::StorableEngine));
 
+    Storable::RegistryStorableEngine(PointMap3d_i::myComment.c_str(),&(PointMap3d_i::StorableEngine));
     Storable::RegistryStorableEngine(Table_i::myComment.c_str(),&(Table_i::StorableEngine));
     Storable::RegistryStorableEngine(Curve_i::myComment.c_str(),&(Curve_i::StorableEngine));
     Storable::RegistryStorableEngine(Container_i::myComment.c_str(),&(Container_i::StorableEngine));