개정판 fd19a116
Fix: Conslidate할때 Z정렬이 유지되지 않는 오류 수정
Change-Id: I54e1878e0365f94ede14e366e6e769fe9fd4b4ec
MarkupToPDF/Controls/Line/ArcControl.cs | ||
---|---|---|
672 | 672 |
///강인구 추가(2017.11.02) |
673 | 673 |
///Memo 추가 |
674 | 674 |
ctrl.Memo = this.Memo; |
675 |
|
|
675 |
ctrl.Index = this.Index; |
|
676 | 676 |
ctrl.ZIndex = this.ZIndex; |
677 | 677 |
ctrl.GroupID = this.GroupID; |
678 | 678 |
|
... | ... | |
705 | 705 |
LineSize = Convert.ToDouble(data2.First()), |
706 | 706 |
UserID = s.UserID, |
707 | 707 |
Memo = s.Memo, |
708 |
Index = s.Index, |
|
708 | 709 |
ZIndex = s.ZIndex, |
709 | 710 |
GroupID = s.GroupID |
710 | 711 |
}; |
내보내기 Unified diff