개정판 fd19a116
Fix: Conslidate할때 Z정렬이 유지되지 않는 오류 수정
Change-Id: I54e1878e0365f94ede14e366e6e769fe9fd4b4ec
MarkupToPDF/Controls/Shape/TriControl.cs | ||
---|---|---|
563 | 563 |
///강인구 추가(2017.11.02) |
564 | 564 |
///Memo 추가 |
565 | 565 |
ctrl.Memo = this.Memo; |
566 |
|
|
566 |
ctrl.Index = this.Index; |
|
567 | 567 |
ctrl.ZIndex = this.ZIndex; |
568 | 568 |
ctrl.GroupID = this.GroupID; |
569 | 569 |
|
... | ... | |
595 | 595 |
StrokeColor = brush, |
596 | 596 |
UserID = s.UserID, |
597 | 597 |
Memo = s.Memo, |
598 |
Index = s.Index, |
|
598 | 599 |
ZIndex = s.ZIndex, |
599 | 600 |
GroupID = s.GroupID |
600 | 601 |
}; |
내보내기 Unified diff