We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eb75e9 + 000ad60 commit c054e85Copy full SHA for c054e85
Ink Canvas/MainWindow.xaml.cs
@@ -2240,6 +2240,8 @@ private void PptApplication_SlideShowBegin(SlideShowWindow Wn)
2240
LogHelper.WriteLogToFile("PowerPoint Application Slide Show Begin", LogHelper.LogType.Event);
2241
Application.Current.Dispatcher.Invoke(() =>
2242
{
2243
+ // 退出画板模式
2244
+ BtnSwitch_Click(null, null);
2245
//调整颜色
2246
double screenRatio = SystemParameters.PrimaryScreenWidth / SystemParameters.PrimaryScreenHeight;
2247
if (Math.Abs(screenRatio - 16.0 / 9) <= -0.01)
0 commit comments