개정판 fd19a116
Fix: Conslidate할때 Z정렬이 유지되지 않는 오류 수정
Change-Id: I54e1878e0365f94ede14e366e6e769fe9fd4b4ec
MarkupToPDF/Controls/Polygon/InkControl.cs | ||
---|---|---|
626 | 626 |
///강인구 추가(2017.11.02) |
627 | 627 |
///Memo 추가 |
628 | 628 |
ctrl.Memo = this.Memo; |
629 |
|
|
629 |
ctrl.Index = this.Index; |
|
630 | 630 |
ctrl.ZIndex = this.ZIndex; |
631 | 631 |
ctrl.GroupID = this.GroupID; |
632 | 632 |
|
... | ... | |
660 | 660 |
UserID = s.UserID, |
661 | 661 |
Paint = s.PaintState, |
662 | 662 |
EndPoint = s.EndPoint, |
663 |
//PointC = s.PointC, |
|
664 | 663 |
Memo = s.Memo, |
664 |
Index = s.Index, |
|
665 | 665 |
ZIndex = s.ZIndex, |
666 | 666 |
GroupID = s.GroupID |
667 | 667 |
}; |
내보내기 Unified diff