From d386dd825a4941087f12dc27a64048c20219c1a7 Mon Sep 17 00:00:00 2001 From: mengao <283296419@qq.com> Date: Tue, 10 Oct 2017 13:36:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E8=A1=A8=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E5=9B=BE=E7=89=87=20=E6=B2=A1=E6=9C=89=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E8=87=AA=E5=8A=A8=E5=88=B7=E6=96=B0=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=AE=BE=E7=BD=AE=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../design/mainframe/chart/gui/other/ChartInteractivePane.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designer_chart/src/com/fr/design/mainframe/chart/gui/other/ChartInteractivePane.java b/designer_chart/src/com/fr/design/mainframe/chart/gui/other/ChartInteractivePane.java index e7ffd5c3cc..e0f4fa3111 100644 --- a/designer_chart/src/com/fr/design/mainframe/chart/gui/other/ChartInteractivePane.java +++ b/designer_chart/src/com/fr/design/mainframe/chart/gui/other/ChartInteractivePane.java @@ -821,7 +821,7 @@ public class ChartInteractivePane extends BasicScrollPane implements UIOb if(isAutoRefresh.isSelected() && autoRefreshTime.getValue() >= 2) { plot.setAutoRefreshPerSecond((int) autoRefreshTime.getValue()); } else { - plot.setAutoRefreshPerSecond(-1); + plot.setAutoRefreshPerSecond(0); } } }