개정판 fd19a116
Fix: Conslidate할때 Z정렬이 유지되지 않는 오류 수정
Change-Id: I54e1878e0365f94ede14e366e6e769fe9fd4b4ec
MarkupToPDF/Controls/Text/TextControl.cs | ||
---|---|---|
1289 | 1289 |
///Memo 추가 |
1290 | 1290 |
ctrl.Memo = this.Memo; |
1291 | 1291 |
|
1292 |
ctrl.Index = this.Index; |
|
1292 | 1293 |
ctrl.ZIndex = this.ZIndex; |
1293 | 1294 |
ctrl.GroupID = this.GroupID; |
1294 | 1295 |
|
... | ... | |
1332 | 1333 |
TextWeight = StringToFont.ConFontWeight(s.fontConfig[2]), |
1333 | 1334 |
ArcLength = s.ArcLength, |
1334 | 1335 |
Memo = s.Memo, |
1336 |
Index = s.Index, |
|
1335 | 1337 |
ZIndex = s.ZIndex, |
1336 | 1338 |
GroupID = s.GroupID |
1337 | 1339 |
}; |
내보내기 Unified diff