From: dmv Date: Tue, 12 Oct 2010 09:40:58 +0000 (+0000) Subject: IPAL 21550 for V5_1_3 X-Git-Tag: V5_1_3_patch05 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8b300f2673fbec90b9d471daaeadee15341c2d3c;p=modules%2Fvisu.git IPAL 21550 for V5_1_3 --- 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();