mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-31 17:40:32 +05:00
Fix for bug 10363: incorrect names of sub-shapes after 'Explode on blocks'
This commit is contained in:
parent
e135bc2696
commit
ea01f41ad9
@ -125,6 +125,8 @@ BlocksGUI_ExplodeDlg::~BlocksGUI_ExplodeDlg()
|
|||||||
//=================================================================================
|
//=================================================================================
|
||||||
void BlocksGUI_ExplodeDlg::Init()
|
void BlocksGUI_ExplodeDlg::Init()
|
||||||
{
|
{
|
||||||
|
ResultName->setText("");
|
||||||
|
|
||||||
// Set range of spinboxes
|
// Set range of spinboxes
|
||||||
double SpecificStep = 1.0;
|
double SpecificStep = 1.0;
|
||||||
mySpinBoxMin->RangeStepAndValidator(0.0, 999.0, SpecificStep, 3);
|
mySpinBoxMin->RangeStepAndValidator(0.0, 999.0, SpecificStep, 3);
|
||||||
|
Loading…
Reference in New Issue
Block a user