개정판 9bb7a028
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