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,7 +6657,8 @@ namespace Ink_Canvas
if (currentMode == 0)
{
//进入黑板
Topmost = false;
if (App.StartArgs.Contains("-b"))
Topmost = false;
if (BtnPPTSlideShowEnd.Visibility == Visibility.Collapsed)
{
pointDesktop = new Point(ViewboxFloatingBar.Margin.Left, ViewboxFloatingBar.Margin.Top);
@ -6688,7 +6689,8 @@ namespace Ink_Canvas
else
{
//关闭黑板
Topmost = true;
if (App.StartArgs.Contains("-b"))
Topmost = true;
if (isInMultiTouchMode) BorderMultiTouchMode_MouseUp(null, null);