【修改】 PPT放映时隐藏,值取反

This commit is contained in:
dlaren
2025-09-10 16:51:52 +08:00
parent 0f9e037273
commit 1f0fb17f17

View File

@@ -29,7 +29,7 @@ public class ShapePic {
// 获取spId
String spId = ((CTTLMediaNodeVideo) o1).getCMediaNode().getTgtEl().getSpTgt().getSpid();
if (String.valueOf(id).equals(spId)) {
return ((CTTLMediaNodeVideo) o1).getCMediaNode().isShowWhenStopped() ? "" : "";
return ((CTTLMediaNodeVideo) o1).getCMediaNode().isShowWhenStopped() ? "" : "";
}
}
}