mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-01 12:35:36 +05:00
IPAL18573
This commit is contained in:
parent
6db9617375
commit
295a129b26
@ -789,7 +789,7 @@ bool GEOMBase_Helper::onAccept( const bool publish, const bool useTransaction )
|
||||
if ( aName.isEmpty() )
|
||||
aName = GEOMBase::GetDefaultName( getPrefix( *it ) );
|
||||
}
|
||||
addInStudy( *it, aName.toLatin1() );
|
||||
addInStudy( *it, aName.toLatin1().constData() );
|
||||
// updateView=false
|
||||
display( *it, false );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user