개정판 fd19a116
Fix: Conslidate할때 Z정렬이 유지되지 않는 오류 수정
Change-Id: I54e1878e0365f94ede14e366e6e769fe9fd4b4ec
MarkupToPDF/Controls/Line/LineControl.cs | ||
---|---|---|
632 | 632 |
///강인구 추가(2017.11.02) |
633 | 633 |
///Memo 추가 |
634 | 634 |
ctrl.Memo = this.Memo; |
635 |
|
|
635 |
ctrl.Index = this.Index; |
|
636 | 636 |
ctrl.ZIndex = this.ZIndex; |
637 | 637 |
ctrl.GroupID = this.GroupID; |
638 | 638 |
|
... | ... | |
664 | 664 |
StrokeColor = brush, |
665 | 665 |
UserID = ctrl.UserID, |
666 | 666 |
LineSize = Convert.ToDouble(data2.First()), |
667 |
Index = ctrl.Index, |
|
667 | 668 |
ZIndex = ctrl.ZIndex, |
668 | 669 |
GroupID = ctrl.GroupID |
669 | 670 |
}; |
내보내기 Unified diff