From adde299a34d0d2d61681461449d20aebebff4e3c Mon Sep 17 00:00:00 2001 From: enk Date: Mon, 13 Feb 2006 11:37:50 +0000 Subject: [PATCH] Fix for Bug IPAL11595: Incorrect filling of the "Properties" field in "Setup Animation" dlg after "Show..." animation. --- src/VISUGUI/VisuGUI_TimeAnimation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI_TimeAnimation.cxx b/src/VISUGUI/VisuGUI_TimeAnimation.cxx index 476721a5..213b1ca3 100644 --- a/src/VISUGUI/VisuGUI_TimeAnimation.cxx +++ b/src/VISUGUI/VisuGUI_TimeAnimation.cxx @@ -647,7 +647,7 @@ void SetupDlg::onFieldChange (int theIndex) myTypeCombo->setCurrentItem(myTypeId2ComboId[TDEFORMEDSHAPE_ITEM]); break; case VISU::TSCALARMAPONDEFORMEDSHAPE: //Scalar Map on Deformed Shape - myTypeCombo->setCurrentItem(TSCALARMAPONDEFORMEDSHAPE_ITEM); + myTypeCombo->setCurrentItem(myTypeId2ComboId[TSCALARMAPONDEFORMEDSHAPE_ITEM]); break; case VISU::TVECTORS: //Vectors myTypeCombo->setCurrentItem(myTypeId2ComboId[TVECTORS_ITEM]); -- 2.39.2