mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-04-16 09:26:34 +08:00
1、修复因加入输入位姿引发的BUG
2、PMA工具完善 3、其他BUG修复
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -27,7 +27,7 @@ namespace Logger
|
||||
logQueue.Enqueue(new LogInfo{ message = info, ex = null, logLevel = MsgLevel.Info});
|
||||
if(ShowMsgBox)
|
||||
{
|
||||
MessageBox.Show(info);
|
||||
MessageBox.Show(info);
|
||||
}
|
||||
}
|
||||
public static void WriteLog(string info, MsgLevel msgLevel, bool ShowMsgBox = false)
|
||||
|
||||
Reference in New Issue
Block a user