mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
21854: Add persistent dimensions
- Do not switch construction type tabs on "apply"
This commit is contained in:
parent
7ae44206e9
commit
555088296a
@ -134,6 +134,8 @@ MeasureGUI_CreateDimensionDlg::MeasureGUI_CreateDimensionDlg( const GEOM::GeomOb
|
||||
myAngleArgs ->setVisible( false );
|
||||
myLengthArgs ->setVisible( true );
|
||||
|
||||
myRBGroup->button( TypeButtonID_Length )->click();
|
||||
|
||||
Init();
|
||||
|
||||
setHelpFileName("add_dimension_page.html");
|
||||
@ -453,8 +455,6 @@ void MeasureGUI_CreateDimensionDlg::Init()
|
||||
myDiameterArgs->Reset();
|
||||
myLengthArgs->Reset();
|
||||
myAngleArgs->Reset();
|
||||
|
||||
myRBGroup->button( TypeButtonID_Length )->click();
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user