개정판 fd19a116
Fix: Conslidate할때 Z정렬이 유지되지 않는 오류 수정
Change-Id: I54e1878e0365f94ede14e366e6e769fe9fd4b4ec
MarkupToPDF/Controls/Line/ArrowControl_Multi.cs | ||
---|---|---|
498 | 498 |
///강인구 추가(2017.11.02) |
499 | 499 |
///Memo 추가 |
500 | 500 |
ctrl.Memo = this.Memo; |
501 |
|
|
501 |
ctrl.Index = this.Index; |
|
502 | 502 |
ctrl.ZIndex = this.ZIndex; |
503 | 503 |
ctrl.GroupID = this.GroupID; |
504 | 504 |
|
... | ... | |
529 | 529 |
StrokeColor = brush, |
530 | 530 |
UserID = s.UserID, |
531 | 531 |
Memo = s.Memo, |
532 |
Index = s.Index, |
|
532 | 533 |
ZIndex = s.ZIndex, |
533 | 534 |
GroupID = s.GroupID |
534 | 535 |
}; |
내보내기 Unified diff