23034: EDF GEOM: Information after a transformation without copy

Show "(No info available)"
This commit is contained in:
eap 2015-04-30 14:57:25 +03:00
parent a864dc1826
commit 18a41b7599

View File

@ -106,7 +106,7 @@ void GEOMGUI_CreationInfoWdg::setInfo( GEOM::CreationInformationSeq& info )
try try
{ {
if ( &info ) if ( &info && info.length() > 0 )
{ {
SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr(); SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
for ( int j = 0, nb = info.length(); j < nb; ++j ) for ( int j = 0, nb = info.length(); j < nb; ++j )