@@ -182,13 +182,13 @@ namespace PDF_Office.ViewModels.Tools
// isTemplateAnnot = true;
// break;
}
-
- //TODO:设计已重新调整为:修改注释后,会作用到之后添加的注释中。因此先把此逻辑“创建注释后,会自动回到默认值”注释掉
+ PDFViewer.SetToolParam(annot);
+ //TODO: 设计已重新调整为:修改注释后,会作用到之后添加的注释中。因此先把此逻辑“创建注释后,会自动回到默认值”注释掉
//if (ToolExpandDict.ContainsValue(e.AnnotItemsList[0].EventType))
//{
- // foreach(var item in ToolExpandDict)
+ // foreach (var item in ToolExpandDict)
// {
- // if(item.Value == e.AnnotItemsList[0].EventType)
+ // if (item.Value == e.AnnotItemsList[0].EventType)
// FindAnnotTypeKey(item.Key, ref annot);