개정판 24c5e56c
- final pdf Font 추가
- Markus navi 속도 최적화 Key input 최적화
Change-Id: I7f2cf1933e86017d7b1df9ef4bd3048a8e80a653
KCOM/Events/Load.cs | ||
---|---|---|
63 | 63 |
|
64 | 64 |
foreach (string data in markupdata) |
65 | 65 |
{ |
66 |
result = await MarkupParser.ParseAsync(App.ViewInfo.ProjectNO, data, printCanvas, DisplayColor, ""); |
|
66 |
result = await MarkupParser.ParseAsync(App.ViewInfo.ProjectNO, data, printCanvas, DisplayColor, "",Common.ViewerDataModel.Instance.CancellationToken());
|
|
67 | 67 |
|
68 | 68 |
if(!result) |
69 | 69 |
{ |
내보내기 Unified diff