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/ViewMain_Recipe.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/EdgeInspector_App/ViewMain_Recipe.h b/EdgeInspector_App/ViewMain_Recipe.h index 446919e..18b965b 100644 --- a/EdgeInspector_App/ViewMain_Recipe.h +++ b/EdgeInspector_App/ViewMain_Recipe.h @@ -80,7 +80,8 @@ void DeleteVectorList(); BOOL WriteLinkFile(CString strFilePath); void ChangeRecipe(); - BOOL ReadRecipe(CString strRecipe); + BOOL ReadRecipe(CString strRecipe); + void RefreshRadioStates(); public: void UpdateRecipe(BOOL bGetData, int type = 0); -- Gitblit v1.9.3