개정판 fd19a116
Fix: Conslidate할때 Z정렬이 유지되지 않는 오류 수정
Change-Id: I54e1878e0365f94ede14e366e6e769fe9fd4b4ec
MarkupToPDF/Controls/Polygon/CloudControl.cs | ||
---|---|---|
1146 | 1146 |
///강인구 추가(2017.11.02) |
1147 | 1147 |
///Memo 추가 |
1148 | 1148 |
ctrl.Memo = this.Memo; |
1149 |
|
|
1149 |
ctrl.Index = this.Index; |
|
1150 | 1150 |
ctrl.ZIndex = this.ZIndex; |
1151 | 1151 |
ctrl.GroupID = this.GroupID; |
1152 | 1152 |
|
... | ... | |
1182 | 1182 |
StartPoint = s.StartPoint, |
1183 | 1183 |
EndPoint = s.EndPoint, |
1184 | 1184 |
Memo = s.Memo, |
1185 |
Index = s.Index, |
|
1185 | 1186 |
ZIndex = s.ZIndex, |
1186 | 1187 |
GroupID = s.GroupID |
1187 | 1188 |
|
내보내기 Unified diff