]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
PAL12524: VISU Sweep Preferences doesn't work.
authorjfa <jfa@opencascade.com>
Wed, 14 Jun 2006 09:59:40 +0000 (09:59 +0000)
committerjfa <jfa@opencascade.com>
Wed, 14 Jun 2006 09:59:40 +0000 (09:59 +0000)
src/VISUGUI/VisuGUI.cxx

index 8116c40612819c6c3c2f384c6f23e918bcc03365..82afc07cb30a900d38c2cba1092592a69845a7bb 100644 (file)
@@ -1606,7 +1606,7 @@ OnSweep()
   int aTemp = int(1.E6 * aTempoDbl);
 
   int aCycles = aResourceMgr->integerValue("VISU", "sweeping_number_cycles", 1);
-  int aSteps  = aResourceMgr->integerValue("VISU", "sweeping_time_step", 40);
+  int aSteps  = aResourceMgr->integerValue("VISU", "sweeping_number_steps", 40);
 
   // Sweep
   QApplication::setOverrideCursor(Qt::waitCursor);