개정판 fd19a116
Fix: Conslidate할때 Z정렬이 유지되지 않는 오류 수정
Change-Id: I54e1878e0365f94ede14e366e6e769fe9fd4b4ec
MarkupToPDF/Controls/Polygon/PolygonControl.cs | ||
---|---|---|
665 | 665 |
///강인구 추가(2017.11.02) |
666 | 666 |
///Memo 추가 |
667 | 667 |
ctrl.Memo = this.Memo; |
668 |
|
|
668 |
ctrl.Index = this.Index; |
|
669 | 669 |
ctrl.ZIndex = this.ZIndex; |
670 | 670 |
ctrl.GroupID = this.GroupID; |
671 | 671 |
|
... | ... | |
700 | 700 |
UserID = s.UserID, |
701 | 701 |
Paint = s.PaintState, |
702 | 702 |
Memo = s.Memo, |
703 |
Index = s.Index, |
|
703 | 704 |
ZIndex = s.ZIndex, |
704 | 705 |
GroupID = s.GroupID |
705 | 706 |
}; |
내보내기 Unified diff