mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 17:30:35 +05:00
23034: EDF GEOM: Information after a transformation without copy
Show "(No info available)"
This commit is contained in:
parent
a864dc1826
commit
18a41b7599
@ -106,7 +106,7 @@ void GEOMGUI_CreationInfoWdg::setInfo( GEOM::CreationInformationSeq& info )
|
||||
|
||||
try
|
||||
{
|
||||
if ( &info )
|
||||
if ( &info && info.length() > 0 )
|
||||
{
|
||||
SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
|
||||
for ( int j = 0, nb = info.length(); j < nb; ++j )
|
||||
|
Loading…
Reference in New Issue
Block a user