From: dmv Date: Thu, 28 Jan 2010 13:45:24 +0000 (+0000) Subject: IPAL21550 Incorrect persistance for tables in VISU X-Git-Tag: V5_1_main_20100129 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=952286cc2562fd05b6a9bf46a113c50ac17b2bd4;p=modules%2Fvisu.git IPAL21550 Incorrect persistance for tables in VISU --- diff --git a/src/VISU_I/VISU_PointMap3d_i.cc b/src/VISU_I/VISU_PointMap3d_i.cc index 12df95c6..f0533c30 100644 --- a/src/VISU_I/VISU_PointMap3d_i.cc +++ b/src/VISU_I/VISU_PointMap3d_i.cc @@ -552,6 +552,7 @@ VISU::Storable* VISU::PointMap3d_i::Build( int theRestoring ) */ VISU::Storable* VISU::PointMap3d_i::Restore( const Storable::TRestoringMap& theMap, SALOMEDS::SObject_ptr SO) { + VISU::Table_i::Restore( theMap, SO); if(MYDEBUG) MESSAGE(GetComment()); SetName(VISU::Storable::FindValue(theMap,"myName").toLatin1().constData(), false); myTitle = VISU::Storable::FindValue(theMap,"myTitle").toLatin1().constData();