개정판 fd19a116
Fix: Conslidate할때 Z정렬이 유지되지 않는 오류 수정
Change-Id: I54e1878e0365f94ede14e366e6e769fe9fd4b4ec
MarkupToPDF/Controls/Etc/DateControl.cs | ||
---|---|---|
600 | 600 |
///강인구 추가(2017.11.02) |
601 | 601 |
///Memo 추가 |
602 | 602 |
ctrl.Memo = this.Memo; |
603 |
|
|
603 |
ctrl.Index = this.Index; |
|
604 | 604 |
ctrl.ZIndex = this.ZIndex; |
605 | 605 |
ctrl.GroupID = this.GroupID; |
606 | 606 |
|
... | ... | |
632 | 632 |
PointSet = s.PointSet, |
633 | 633 |
UserID = s.UserID, |
634 | 634 |
Memo = s.Memo, |
635 |
Index = s.Index, |
|
635 | 636 |
ZIndex = s.ZIndex, |
636 | 637 |
GroupID = s.GroupID |
637 | 638 |
}; |
내보내기 Unified diff