From 580d6307a643361942d5fead381b63155f525599 Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 23 Nov 2007 14:32:41 +0000 Subject: [PATCH] Bug IPAL17750 : TC71: animation - position of scalar bar is wrong --- src/VISUGUI/VisuGUI_TimeAnimation.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/VISUGUI/VisuGUI_TimeAnimation.cxx b/src/VISUGUI/VisuGUI_TimeAnimation.cxx index 508d27ee..1f4d2e76 100644 --- a/src/VISUGUI/VisuGUI_TimeAnimation.cxx +++ b/src/VISUGUI/VisuGUI_TimeAnimation.cxx @@ -670,9 +670,6 @@ enum PrsComboItem { //------------------------------------------------------------------------ void SetupDlg::onClose() { - for (int i = 0; i < myAnimator->getNbFields(); i++) - myAnimator->clearData(myAnimator->getFieldData(i)); - if( !myUseRangeBox->isChecked() ) myAnimator->setAnimationRange( 0, 0 ); -- 2.39.2