mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-25 22:25:37 +05:00
INT PAL 0052699: Incorrect closing of "Manage dimensions" dialog box
This commit is contained in:
parent
cd38446206
commit
7cbe2e3bae
@ -805,8 +805,6 @@ void MeasureGUI_ManageDimensionsDlg::OnFinish()
|
||||
myEditObject->GetStudyEntry(),
|
||||
GEOM::propertyName( GEOM::Dimensions ),
|
||||
QVariant() );
|
||||
|
||||
redisplay( myEditObject.get() );
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
@ -889,8 +887,8 @@ void MeasureGUI_ManageDimensionsDlg::SetEditObject( const GEOM::GeomObjPtr& theO
|
||||
|
||||
if ( myEditObject.isNull() )
|
||||
{
|
||||
myDimensionView->TreeWidget->clear();
|
||||
myDimensionView->setEnabled( false );
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@ -955,8 +953,6 @@ void MeasureGUI_ManageDimensionsDlg::RestoreState()
|
||||
myEditObject->GetStudyEntry(),
|
||||
GEOM::propertyName( GEOM::Dimensions ),
|
||||
QVariant() );
|
||||
|
||||
RedisplayObject();
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user