개정판 fd19a116
Fix: Conslidate할때 Z정렬이 유지되지 않는 오류 수정
Change-Id: I54e1878e0365f94ede14e366e6e769fe9fd4b4ec
MarkupToPDF/Controls/Shape/RectCloudControl.cs | ||
---|---|---|
686 | 686 |
///강인구 추가(2017.11.02) |
687 | 687 |
///Memo 추가 |
688 | 688 |
ctrl.Memo = this.Memo; |
689 |
|
|
689 |
ctrl.Index = this.Index; |
|
690 | 690 |
ctrl.ZIndex = this.ZIndex; |
691 | 691 |
ctrl.GroupID = this.GroupID; |
692 | 692 |
|
... | ... | |
719 | 719 |
LineSize = Convert.ToDouble(data2.First()), |
720 | 720 |
UserID = s.UserID, |
721 | 721 |
Memo = s.Memo, |
722 |
Index = s.Index, |
|
722 | 723 |
ZIndex = s.ZIndex, |
723 | 724 |
GroupID = s.GroupID |
724 | 725 |
}; |
내보내기 Unified diff