개정판 fd19a116
Fix: Conslidate할때 Z정렬이 유지되지 않는 오류 수정
Change-Id: I54e1878e0365f94ede14e366e6e769fe9fd4b4ec
MarkupToPDF/Controls/Text/ArrowTextControl.cs | ||
---|---|---|
1833 | 1833 |
ctrl.fontConfig.Add("true"); |
1834 | 1834 |
} |
1835 | 1835 |
|
1836 |
///강인구 추가(2017.11.02) |
|
1837 |
///Memo 추가 |
|
1838 | 1836 |
ctrl.Memo = this.Memo; |
1839 | 1837 |
ctrl.BorderSize = this.BorderSize; |
1840 | 1838 |
ctrl.ArcLength = this.ArcLength; |
1839 |
ctrl.Index = this.Index; |
|
1841 | 1840 |
ctrl.ZIndex = this.ZIndex; |
1842 | 1841 |
ctrl.GroupID = this.GroupID; |
1843 | 1842 |
|
... | ... | |
1876 | 1875 |
instance.isTrans = s.isTrans; |
1877 | 1876 |
instance.MidPoint = s.MidPoint; |
1878 | 1877 |
instance.Memo = s.Memo; |
1878 |
instance.Index = s.Index; |
|
1879 | 1879 |
instance.ZIndex = s.ZIndex; |
1880 | 1880 |
instance.GroupID = s.GroupID; |
1881 | 1881 |
if (s.fontConfig == null || s.fontConfig.ToList().Count == 0) |
내보내기 Unified diff