mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-16 02:31:27 +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()
|
bool TransformationGUI_OffsetDlg::ClickOnApply()
|
||||||
{
|
{
|
||||||
if ( !onAccept( GroupPoints->CheckButton1->isChecked() ) )
|
if ( !onAccept( /*copy=*/true ))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
initName();
|
initName();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user