mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-04-05 01:36:34 +08:00
1、所有工具参数以Job分隔进行保存到本地
2、PMA工具修改
This commit is contained in:
@@ -33,7 +33,8 @@ namespace PMAlignTool
|
||||
{
|
||||
myToolInfo = (IToolInfo)pmalign;
|
||||
myPMAlign = (PMAlign)myToolInfo.tool;
|
||||
myPMAlign.toolName = myToolInfo.FormToolName;
|
||||
myPMAlign.toolName = myToolInfo.toolName;
|
||||
myPMAlign.bingdingJobName = myToolInfo.bingingJobName;
|
||||
myPMAlign.DispImage();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user