개정판 24c5e56c
- final pdf Font 추가
- Markus navi 속도 최적화 Key input 최적화
Change-Id: I7f2cf1933e86017d7b1df9ef4bd3048a8e80a653
KCOM/Common/TempFile.cs | ||
---|---|---|
413 | 413 |
} |
414 | 414 |
|
415 | 415 |
//Control |
416 |
item = await MarkupParser.ParseExAsync(App.ViewInfo.ProjectNO, tempLoadData[k].ConvertData, Common.ViewerDataModel.Instance.MarkupControls_USER, "#FFFF0000", "", tempLoadData[k].MarkupInfoID, tempLoadData[k].CommentID); |
|
416 |
item = await MarkupParser.ParseExAsync(ViewerDataModel.Instance.CancellationToken(), App.ViewInfo.ProjectNO, tempLoadData[k].ConvertData, Common.ViewerDataModel.Instance.MarkupControls_USER, "#FFFF0000", "", tempLoadData[k].MarkupInfoID, tempLoadData[k].CommentID);
|
|
417 | 417 |
|
418 | 418 |
UndoData = new Undo_data() |
419 | 419 |
{ |
... | ... | |
439 | 439 |
} |
440 | 440 |
|
441 | 441 |
//Control |
442 |
item = await MarkupParser.ParseExAsync(App.ViewInfo.ProjectNO, tempLoadData[k].ConvertData, Common.ViewerDataModel.Instance.MarkupControls_USER, "#FFFF0000", "", tempLoadData[k].MarkupInfoID, tempLoadData[k].CommentID); |
|
442 |
item = await MarkupParser.ParseExAsync(null, App.ViewInfo.ProjectNO, tempLoadData[k].ConvertData, Common.ViewerDataModel.Instance.MarkupControls_USER, "#FFFF0000", "", tempLoadData[k].MarkupInfoID, tempLoadData[k].CommentID);
|
|
443 | 443 |
|
444 | 444 |
UndoData = new Undo_data() |
445 | 445 |
{ |
내보내기 Unified diff