From d91f5ee5a1d2feb6625798f2a377f27617a7c0a8 Mon Sep 17 00:00:00 2001 From: dmv Date: Thu, 23 Oct 2008 09:29:46 +0000 Subject: [PATCH] Popup menus are different for imported table and table included in stored study --- src/VISU_I/VISU_Gen_i.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VISU_I/VISU_Gen_i.cc b/src/VISU_I/VISU_Gen_i.cc index 9407b8f2..74c07067 100644 --- a/src/VISU_I/VISU_Gen_i.cc +++ b/src/VISU_I/VISU_Gen_i.cc @@ -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)); -- 2.39.2