mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-15 19:11:26 +05:00
Regression of Offset dialog: result shape not published
This commit is contained in:
parent
24a7933c38
commit
a2f9c876e8
@ -148,7 +148,7 @@ void TransformationGUI_OffsetDlg::ClickOnOk()
|
||||
//=================================================================================
|
||||
bool TransformationGUI_OffsetDlg::ClickOnApply()
|
||||
{
|
||||
if ( !onAccept( GroupPoints->CheckButton1->isChecked() ) )
|
||||
if ( !onAccept( /*copy=*/true ))
|
||||
return false;
|
||||
|
||||
initName();
|
||||
|
Loading…
x
Reference in New Issue
Block a user