improve:PPT联动

This commit is contained in:
2026-01-18 00:10:47 +08:00
parent 89c9c0d9ef
commit 84f026f1dd
2 changed files with 120 additions and 81 deletions
+1 -1
View File
@@ -644,7 +644,7 @@ namespace Ink_Canvas
}
else
{
activePresentation = _pptManager?.GetCurrentActivePresentation();
activePresentation = _pptManager?.GetCurrentActivePresentation() as Presentation;
currentSlide = _pptManager?.GetCurrentSlideNumber() ?? 0;
totalSlides = _pptManager?.SlidesCount ?? 0;
// 初始化当前播放页码跟踪