Check BorderMode

This commit is contained in:
clover_yan 2023-05-24 11:55:48 +08:00 committed by GitHub
parent 2515848dfa
commit 09aa1c92d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6657,6 +6657,7 @@ namespace Ink_Canvas
if (currentMode == 0)
{
//进入黑板
if (App.StartArgs.Contains("-b"))
Topmost = false;
if (BtnPPTSlideShowEnd.Visibility == Visibility.Collapsed)
{
@ -6688,6 +6689,7 @@ namespace Ink_Canvas
else
{
//关闭黑板
if (App.StartArgs.Contains("-b"))
Topmost = true;
if (isInMultiTouchMode) BorderMultiTouchMode_MouseUp(null, null);