mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-15 18:41:26 +05:00
Fix for Bug IPAL10464:
SMESH: Add Polyhedron (Problem5)
This commit is contained in:
parent
e841c8dca3
commit
1817b67921
@ -452,6 +452,7 @@ void SMESHGUI_CreatePolyhedralVolumeDlg::ClickOnApply()
|
||||
{
|
||||
if ( myNbOkElements>0 && !mySMESHGUI->isActiveStudyLocked())
|
||||
{
|
||||
if(checkEditLine(false) == -1) {return;}
|
||||
busy = true;
|
||||
if (GetConstructorId() == 0)
|
||||
{
|
||||
@ -535,6 +536,7 @@ void SMESHGUI_CreatePolyhedralVolumeDlg::ClickOnApply()
|
||||
//=================================================================================
|
||||
void SMESHGUI_CreatePolyhedralVolumeDlg::ClickOnOk()
|
||||
{
|
||||
if(checkEditLine(false) == -1) {return;}
|
||||
ClickOnApply() ;
|
||||
ClickOnCancel() ;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user