프로젝트

일반

사용자정보

개정판 1edefbdf

ID1edefbdfeff4e9e5dbce0dc41eac16c11dadc42d
상위 8de0cf00
하위 8f86cf42

김태성이(가) 약 4년 전에 추가함

- 최초 썸네일이 최상단으로 안가는 현상 수정
- numpad 4~8 페이지 이동 제거
-

Change-Id: Id881ce934f2bc0d1b80b6e9c993fd3e9315d49b3

차이점 보기:

MarkupToPDF/Controls/Parsing/MarkupParse.cs
291 291
                foreach (var dataPease in data)
292 292
                {
293 293
                    string item = "";
294

  
295
                    if (cts == null)
296
                    {
297
                        item = await JsonSerializerHelper.UnCompressStringAsync(dataPease, null); //언패킹작업
298
                    }
299
                    else
300
                    {
301
                        if(cts.Value.IsCancellationRequested)
302
                        {
303
                            return null;
304
                        }
305

  
306
                        item = await JsonSerializerHelper.UnCompressStringAsync(dataPease, cts); //언패킹작업
307
                    }
294
                    item = await JsonSerializerHelper.UnCompressStringAsync(dataPease, null); //언패킹작업
295
                    //if (cts == null)
296
                    //{
297
                    //    item = await JsonSerializerHelper.UnCompressStringAsync(dataPease, null); //언패킹작업
298
                    //}
299
                    //else
300
                    //{
301
                    //    if(cts.Value.IsCancellationRequested)
302
                    //    {
303
                    //        return null;
304
                    //    }
305

  
306
                    //    item = await JsonSerializerHelper.UnCompressStringAsync(dataPease, cts); //언패킹작업
307
                    //}
308 308

  
309 309
                    CommentUserInfo control = MarkupParser.FromString(item, _SetColor, sProjectNo, PageAngle);
310 310

  

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)