From a7d80280f67e3a498b7aa6622bbf00c15407da05 Mon Sep 17 00:00:00 2001 From: wells.liu <wells.liu@broconcentric.com> Date: 星期六, 11 七月 2020 10:27:20 +0800 Subject: [PATCH] io索引 --- src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardIOStatus.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardIOStatus.cs b/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardIOStatus.cs index 5b4584d..9a26301 100644 --- a/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardIOStatus.cs +++ b/src/Bro.UI.Device.Winform/MotionCard/CtrlMotionCardIOStatus.cs @@ -45,6 +45,7 @@ { if (ctr is IOIndicatorCtrl ioOut) { + ioOut.Cursor = Cursors.Hand; ioOut.OnIODoubleClick += IoOut_DoubleClick; } } @@ -79,6 +80,8 @@ } } } + + this.Invalidate(); } } } -- Gitblit v1.8.0