mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-05 06:14:17 +05:00
INT PAL 52894: TC7.7.0: 'Apply and Close' does not work in 'Sub-Shapes Selection' dialog
This commit is contained in:
parent
55e65f660d
commit
3e1586b2b4
@ -334,7 +334,7 @@ void EntityGUI_SubShapeDlg::ClickOnOk()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isOk)
|
if (isOk)
|
||||||
isOk = onAccept();
|
isOk = onAccept( true, true, false );
|
||||||
|
|
||||||
if (isOk)
|
if (isOk)
|
||||||
ClickOnCancel();
|
ClickOnCancel();
|
||||||
|
Loading…
Reference in New Issue
Block a user