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