From c674f3acd9b70d2db49209d08e6d5ea6b6b345b5 Mon Sep 17 00:00:00 2001 From: jfa Date: Wed, 14 Jun 2006 09:59:40 +0000 Subject: [PATCH] PAL12524: VISU Sweep Preferences doesn't work. --- src/VISUGUI/VisuGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI.cxx b/src/VISUGUI/VisuGUI.cxx index 8116c406..82afc07c 100644 --- a/src/VISUGUI/VisuGUI.cxx +++ b/src/VISUGUI/VisuGUI.cxx @@ -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); -- 2.39.2