개정판 fd19a116
Fix: Conslidate할때 Z정렬이 유지되지 않는 오류 수정
Change-Id: I54e1878e0365f94ede14e366e6e769fe9fd4b4ec
MarkupToPDF/Controls/Line/ArrowArcControl.cs | ||
---|---|---|
617 | 617 |
///강인구 추가(2017.11.02) |
618 | 618 |
///Memo 추가 |
619 | 619 |
ctrl.Memo = this.Memo; |
620 |
|
|
620 |
ctrl.Index = this.Index; |
|
621 | 621 |
ctrl.ZIndex = this.ZIndex; |
622 | 622 |
ctrl.GroupID = this.GroupID; |
623 | 623 |
|
... | ... | |
651 | 651 |
LineSize = Convert.ToDouble(data2.First()), |
652 | 652 |
UserID = s.UserID, |
653 | 653 |
Memo = s.Memo, |
654 |
Index = s.Index, |
|
654 | 655 |
ZIndex = s.ZIndex, |
655 | 656 |
GroupID = s.GroupID |
656 | 657 |
}; |
내보내기 Unified diff