From: enk Date: Mon, 13 Feb 2006 11:37:50 +0000 (+0000) Subject: Fix for Bug IPAL11595: X-Git-Tag: mergeto_trunk_13Mar06~43 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=adde299a34d0d2d61681461449d20aebebff4e3c;p=modules%2Fvisu.git Fix for Bug IPAL11595: Incorrect filling of the "Properties" field in "Setup Animation" dlg after "Show..." animation. --- 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]);