mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-04-08 20:06:35 +08:00
1、修复因加入输入位姿引发的BUG
2、PMA工具完善 3、其他BUG修复
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
using Logger;
|
||||
@@ -87,7 +87,7 @@ namespace Logger
|
||||
ControlListBox(msgLog, logInfo, listBoxExpection);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
break;
|
||||
}
|
||||
listBoxAll.Items.Add(DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss-fff") + " -> " + msgLog.ToString() + "," + logInfo);
|
||||
listBoxAll.SelectedIndex = listBoxAll.Items.Count - 1;
|
||||
@@ -95,7 +95,7 @@ namespace Logger
|
||||
{
|
||||
listBoxAll.Items.Clear();
|
||||
}
|
||||
Application.DoEvents();
|
||||
Application.DoEvents();
|
||||
});
|
||||
}
|
||||
catch(Exception)
|
||||
|
||||
Reference in New Issue
Block a user