Fix for bug 10363: incorrect names of sub-shapes after 'Explode on blocks'

This commit is contained in:
jfa 2005-10-20 14:43:48 +00:00
parent e135bc2696
commit ea01f41ad9

View File

@ -125,6 +125,8 @@ BlocksGUI_ExplodeDlg::~BlocksGUI_ExplodeDlg()
//=================================================================================
void BlocksGUI_ExplodeDlg::Init()
{
ResultName->setText("");
// Set range of spinboxes
double SpecificStep = 1.0;
mySpinBoxMin->RangeStepAndValidator(0.0, 999.0, SpecificStep, 3);