From: jfa Date: Thu, 20 Oct 2005 14:43:48 +0000 (+0000) Subject: Fix for bug 10363: incorrect names of sub-shapes after 'Explode on blocks' X-Git-Tag: V2_2_6~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ea01f41ad9140c2d59bf73c272f044156af2a532;p=modules%2Fgeom.git Fix for bug 10363: incorrect names of sub-shapes after 'Explode on blocks' --- diff --git a/src/BlocksGUI/BlocksGUI_ExplodeDlg.cxx b/src/BlocksGUI/BlocksGUI_ExplodeDlg.cxx index a0ddd4df0..a5a7cd6bb 100644 --- a/src/BlocksGUI/BlocksGUI_ExplodeDlg.cxx +++ b/src/BlocksGUI/BlocksGUI_ExplodeDlg.cxx @@ -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);