mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 02:00:35 +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)
|
||||
isOk = onAccept();
|
||||
isOk = onAccept( true, true, false );
|
||||
|
||||
if (isOk)
|
||||
ClickOnCancel();
|
||||
|
Loading…
Reference in New Issue
Block a user