Regression of Offset dialog: result shape not published

This commit is contained in:
eap 2018-01-26 13:15:26 +03:00
parent 24a7933c38
commit a2f9c876e8

View File

@ -148,7 +148,7 @@ void TransformationGUI_OffsetDlg::ClickOnOk()
//=================================================================================
bool TransformationGUI_OffsetDlg::ClickOnApply()
{
if ( !onAccept( GroupPoints->CheckButton1->isChecked() ) )
if ( !onAccept( /*copy=*/true ))
return false;
initName();