From 4fb0f6c9b7b0fdfc6cc52c9bf1153d87f92651ca Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期四, 14 八月 2025 11:52:50 +0800
Subject: [PATCH] 1. 修复RIP新增配方闪退的问题 2. 完善RIP结果绘画在视图窗口

---
 EdgeInspector_App/Thread/Thread_CheckSeq.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/EdgeInspector_App/Thread/Thread_CheckSeq.cpp b/EdgeInspector_App/Thread/Thread_CheckSeq.cpp
index 918f478..32bf3d2 100644
--- a/EdgeInspector_App/Thread/Thread_CheckSeq.cpp
+++ b/EdgeInspector_App/Thread/Thread_CheckSeq.cpp
@@ -1,4 +1,4 @@
-// ProcPADThread.cpp : implementation file
+锘�// ProcPADThread.cpp : implementation file
 //
 
 #include "StdAfx.h"
@@ -28,7 +28,7 @@
 {
 	BOOL bReturn = TRUE;
 
-	// Thread 积己 饶 Thread 荐青
+	// Thread 绉繁 楗� Thread 鑽愰潚
 	bReturn = CreateTimerThread(this);
 
 	return bReturn;
@@ -96,7 +96,7 @@
 		SendCheckMSG.dwTickEnd = GetTickCount();
 		SendCheckMSG.dwDuration = SendCheckMSG.dwTickEnd - SendCheckMSG.dwTickStart;
 
-		if(pStats->IsPostProcStart() == TRUE)		// Post Process啊 矫累登菌栏搁 了促 昏力 茄促.
+		if(pStats->IsPostProcStart() == TRUE)		// Post Process鍟� 鐭疮鐧昏弻鏍忔悂 浜嗕績 鏄忓姏 鑼勪績.
 		{
 			it->bDelete = TRUE;
 			continue;

--
Gitblit v1.9.3