修复shaing.apply失效问题
This commit is contained in:
parent
46a8fb020b
commit
a68cfb01d7
|
|
@ -41,10 +41,10 @@ End;
|
|||
|
||||
Function TSDocxShading.Apply();virtual;
|
||||
Begin
|
||||
shading_.Update();
|
||||
shading_.Update("first");
|
||||
End;
|
||||
|
||||
// property
|
||||
// Properties
|
||||
Function TSDocxShading.WriteTexture(value);virtual;
|
||||
Begin
|
||||
case value of
|
||||
|
|
|
|||
Loading…
Reference in New Issue