개정판 fd19a116
Fix: Conslidate할때 Z정렬이 유지되지 않는 오류 수정
Change-Id: I54e1878e0365f94ede14e366e6e769fe9fd4b4ec
MarkupToPDF/Controls/Shape/RectangleControl.cs | ||
---|---|---|
725 | 725 |
///강인구 추가(2017.11.02) |
726 | 726 |
///Memo 추가 |
727 | 727 |
ctrl.Memo = this.Memo; |
728 |
|
|
728 |
ctrl.Index = this.Index; |
|
729 | 729 |
ctrl.ZIndex = this.ZIndex; |
730 | 730 |
ctrl.GroupID = this.GroupID; |
731 | 731 |
|
... | ... | |
758 | 758 |
PointSet = s.PointSet, |
759 | 759 |
UserID = s.UserID, |
760 | 760 |
Memo = s.Memo, |
761 |
Index = s.Index, |
|
761 | 762 |
ZIndex = s.ZIndex, |
762 | 763 |
GroupID = s.GroupID |
763 | 764 |
}; |
내보내기 Unified diff