From ea01f41ad9140c2d59bf73c272f044156af2a532 Mon Sep 17 00:00:00 2001 From: jfa Date: Thu, 20 Oct 2005 14:43:48 +0000 Subject: [PATCH] Fix for bug 10363: incorrect names of sub-shapes after 'Explode on blocks' --- src/BlocksGUI/BlocksGUI_ExplodeDlg.cxx | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.2