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