Skip to content

Commit c054e85

Browse files
authored
Merge pull request #99 from WXRIW/fix/issue/94
[fix] 修复白板模式中放映的问题 (Fix #94)
2 parents 6eb75e9 + 000ad60 commit c054e85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Ink Canvas/MainWindow.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,6 +2240,8 @@ private void PptApplication_SlideShowBegin(SlideShowWindow Wn)
22402240
LogHelper.WriteLogToFile("PowerPoint Application Slide Show Begin", LogHelper.LogType.Event);
22412241
Application.Current.Dispatcher.Invoke(() =>
22422242
{
2243+
// 退出画板模式
2244+
BtnSwitch_Click(null, null);
22432245
//调整颜色
22442246
double screenRatio = SystemParameters.PrimaryScreenWidth / SystemParameters.PrimaryScreenHeight;
22452247
if (Math.Abs(screenRatio - 16.0 / 9) <= -0.01)

0 commit comments

Comments
 (0)