프로젝트

일반

사용자정보

개정판 9bb7a028

ID9bb7a0286caad616016d70b39e6fdd0ba50baa60
상위 bd86dd48
하위 8e8155e2

이지연이(가) 2년 이상 전에 추가함

issue #000: secondary 이미지 null

Change-Id: I938c8632cf73f9c31324a7323c339024a1f00388

차이점 보기:

DTI_PID/ID2PSN/Form/MultiwaySetting.cs
221 221
                if (bLine)
222 222
                {
223 223
                    bLine = false;
224
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, resizedImage);
225
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, resizedImage);
224
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, null);
225
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, null);
226 226
                }
227 227
            }
228 228
        }

내보내기 Unified diff

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