From c6bcb7200f93dda3790af6cfde2485c4ef4451b8 Mon Sep 17 00:00:00 2001 From: dmv Date: Thu, 23 Oct 2008 09:26:11 +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 bfae3dcc..a06c2719 100644 --- a/src/VISU_I/VISU_Gen_i.cc +++ b/src/VISU_I/VISU_Gen_i.cc @@ -218,6 +218,7 @@ namespace VISU Storable::RegistryStorableEngine(ColoredPrs3dCache_i::myComment.c_str(),&(ColoredPrs3dCache_i::StorableEngine)); Storable::RegistryStorableEngine(Table_i::myComment.c_str(),&(Table_i::StorableEngine)); + Storable::RegistryStorableEngine(PointMap3d_i::myComment.c_str(),&(PointMap3d_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